[][src]Struct openvr_sys::VRActiveActionSet_t

#[repr(C)]pub struct VRActiveActionSet_t {
    pub ulActionSet: VRActionSetHandle_t,
    pub ulRestrictedToDevice: VRInputValueHandle_t,
    pub ulSecondaryActionSet: VRActionSetHandle_t,
    pub unPadding: u32,
    pub nPriority: i32,
}

Fields

ulActionSet: VRActionSetHandle_tulRestrictedToDevice: VRInputValueHandle_tulSecondaryActionSet: VRActionSetHandle_tunPadding: u32nPriority: i32

Trait Implementations

impl Clone for VRActiveActionSet_t[src]

impl Copy for VRActiveActionSet_t[src]

impl Debug for VRActiveActionSet_t[src]

Auto Trait Implementations

impl RefUnwindSafe for VRActiveActionSet_t

impl Send for VRActiveActionSet_t

impl Sync for VRActiveActionSet_t

impl Unpin for VRActiveActionSet_t

impl UnwindSafe for VRActiveActionSet_t

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.