Struct openvr_sys::VREvent_SeatedZeroPoseReset_t[][src]

#[repr(C)]
pub struct VREvent_SeatedZeroPoseReset_t { pub bResetBySystemMenu: bool, }

Fields

Trait Implementations

impl Debug for VREvent_SeatedZeroPoseReset_t
[src]

Formats the value using the given formatter. Read more

impl Copy for VREvent_SeatedZeroPoseReset_t
[src]

impl Clone for VREvent_SeatedZeroPoseReset_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations