Enum vjoy_wrapper::vjoy_base::device::info::TotalPOVFailed [−][src]
pub enum TotalPOVFailed { Unknown, }
Expand description
Describes an error state of VJDInfo::get_total_disc_povs
or
VJDInfo::get_total_cont_povs
.
Variants
Unknown failure.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TotalPOVFailed
impl Send for TotalPOVFailed
impl Sync for TotalPOVFailed
impl Unpin for TotalPOVFailed
impl UnwindSafe for TotalPOVFailed
Blanket Implementations
Mutably borrows from an owned value. Read more