[][src]Enum openhmd_rs::ohmd_int_value

#[repr(C)]
pub enum ohmd_int_value { OHMD_SCREEN_HORIZONTAL_RESOLUTION, OHMD_SCREEN_VERTICAL_RESOLUTION, OHMD_DEVICE_CLASS, OHMD_DEVICE_FLAGS, OHMD_CONTROL_COUNT, OHMD_CONTROLS_HINTS, OHMD_CONTROLS_TYPES, }

Variants

OHMD_SCREEN_HORIZONTAL_RESOLUTIONOHMD_SCREEN_VERTICAL_RESOLUTIONOHMD_DEVICE_CLASSOHMD_DEVICE_FLAGSOHMD_CONTROL_COUNTOHMD_CONTROLS_HINTSOHMD_CONTROLS_TYPES

Trait Implementations

impl Clone for ohmd_int_value[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Copy for ohmd_int_value[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]