Skip to main content

GestureStylusExtManual

Trait GestureStylusExtManual 

Source
pub trait GestureStylusExtManual:
    IsA<GestureStylus>
    + Sealed
    + 'static {
    // Provided method
    fn axes(&self, axes: Vec<AxisUse>) -> Option<Vec<f64>> { ... }
}
Available on crate feature v3_24 only.

Provided Methods§

Source

fn axes(&self, axes: Vec<AxisUse>) -> Option<Vec<f64>>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§