Enum vjoy_wrapper::vjoy_base::device::VJDPovNumber [−][src]
#[repr(u8)] pub enum VJDPovNumber { Pov1, Pov2, Pov3, Pov4, }
Expand description
Describes a POV number (“id”) of a vJoy device.
Variants
POV #1.
POV #2.
POV #3.
POV #4.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VJDPovNumber
impl Send for VJDPovNumber
impl Sync for VJDPovNumber
impl Unpin for VJDPovNumber
impl UnwindSafe for VJDPovNumber
Blanket Implementations
Mutably borrows from an owned value. Read more