Enum wayland_protocols::unstable::tablet::v2::client::zwp_tablet_pad_ring_v2::Source [−][src]
#[repr(u32)]
#[non_exhaustive]
pub enum Source {
Finger,
}
Expand description
ring axis source
Describes the source types for ring events. This indicates to the client how a ring event was physically generated; a client may adjust the user interface accordingly. For example, events from a “finger” source may trigger kinetic scrolling.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Finger
finger
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Source
impl UnwindSafe for Source
Blanket Implementations
Mutably borrows from an owned value. Read more