Enum gvr_sys::gvr_controller_battery_level [] [src]

#[repr(u32)]
pub enum gvr_controller_battery_level { GVR_CONTROLLER_BATTERY_LEVEL_UNKNOWN, GVR_CONTROLLER_BATTERY_LEVEL_CRITICAL_LOW, GVR_CONTROLLER_BATTERY_LEVEL_LOW, GVR_CONTROLLER_BATTERY_LEVEL_MEDIUM, GVR_CONTROLLER_BATTERY_LEVEL_ALMOST_FULL, GVR_CONTROLLER_BATTERY_LEVEL_FULL, GVR_CONTROLLER_BATTERY_LEVEL_COUNT, }

Controller battery states.

Variants

Trait Implementations

impl Debug for gvr_controller_battery_level
[src]

Formats the value using the given formatter.

impl Copy for gvr_controller_battery_level
[src]

impl Clone for gvr_controller_battery_level
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for gvr_controller_battery_level
[src]

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

This method tests for !=.

impl Eq for gvr_controller_battery_level
[src]

impl Hash for gvr_controller_battery_level
[src]

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

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