Enum vjoy_wrapper::vjoy_base::device::VJDStatus [−][src]
#[repr(C)] pub enum VJDStatus { Own, Free, Busy, Miss, Unknown, }
Expand description
Describes the status of a vJoy device.
Variants
The vJoy device is owned by this application.
The vJoy device is not owned by any application (including this one).
The vJoy device is owned by another application. It cannot be acquired by this application.
The vJoy device is missing. It either does not exist or the driver is disabled.
Unknown.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VJDStatus
impl UnwindSafe for VJDStatus
Blanket Implementations
Mutably borrows from an owned value. Read more