Enum ovr_mobile_sys::ovrTrackingStatus [] [src]

#[repr(u32)] #[repr(C)]
pub enum ovrTrackingStatus { VRAPI_TRACKING_STATUS_ORIENTATION_TRACKED, VRAPI_TRACKING_STATUS_POSITION_TRACKED, VRAPI_TRACKING_STATUS_HMD_CONNECTED, }

Variants

Trait Implementations

impl Debug for ovrTrackingStatus
[src]

[src]

Formats the value using the given formatter.

impl Copy for ovrTrackingStatus
[src]

impl Clone for ovrTrackingStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ovrTrackingStatus
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for ovrTrackingStatus
[src]

impl Hash for ovrTrackingStatus
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more