Enum vjoy_wrapper::vjoy_base::device::VJDButtonState [−][src]
#[repr(u8)] pub enum VJDButtonState { Pressed, Released, }
Expand description
Describes a button state of a vJoy device.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VJDButtonState
impl Send for VJDButtonState
impl Sync for VJDButtonState
impl Unpin for VJDButtonState
impl UnwindSafe for VJDButtonState
Blanket Implementations
Mutably borrows from an owned value. Read more