Enum vjoy_wrapper::vjoy_base::device::info::TotalBtnsFailed [−][src]
pub enum TotalBtnsFailed { NoHandleByIndex, BadPreparsedData, NoCaps, BadNBtnCaps, BadBtnCaps, BadBtnRange, Unknown, }
Expand description
Describes a negative state of VJDInfo::get_total_btns
.
Variants
Failed to get a handle to a specified HID device index.
Failed to get device’s pre-parsed data.
Failed to get device’s capabilities.
Failed to get the “Number of Buttons” field in the device’s capabilities structure.
Failed to extract the “Button Capabilities” from the device’s capabilities structure.
Failed to extract the “Button Range” from device’s capabilities structure.
Unknown failure.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TotalBtnsFailed
impl Send for TotalBtnsFailed
impl Sync for TotalBtnsFailed
impl Unpin for TotalBtnsFailed
impl UnwindSafe for TotalBtnsFailed
Blanket Implementations
Mutably borrows from an owned value. Read more