#[repr(transparent)]pub struct GCDeviceBatteryState(pub NSInteger);
Available on crate feature
GCDeviceBattery
only.Expand description
This is the battery status and it’s represented by one of the following values: GCControllerBatteryStateUnknown means that the current state of battery is unknown or cannot be determined GCControllerBatteryStateDischarging means that controller is on battery and discharging at this moment GCControllerBatteryStateCharging means that controller is plugged in, but it’s battery level is less than 100% GCControllerBatteryStateFull means that controller is plugged in and it’s battery level is 100%
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
Implementations§
Trait Implementations§
Source§impl Clone for GCDeviceBatteryState
impl Clone for GCDeviceBatteryState
Source§fn clone(&self) -> GCDeviceBatteryState
fn clone(&self) -> GCDeviceBatteryState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GCDeviceBatteryState
impl Debug for GCDeviceBatteryState
Source§impl Encode for GCDeviceBatteryState
impl Encode for GCDeviceBatteryState
Source§impl Hash for GCDeviceBatteryState
impl Hash for GCDeviceBatteryState
Source§impl Ord for GCDeviceBatteryState
impl Ord for GCDeviceBatteryState
Source§fn cmp(&self, other: &GCDeviceBatteryState) -> Ordering
fn cmp(&self, other: &GCDeviceBatteryState) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GCDeviceBatteryState
impl PartialEq for GCDeviceBatteryState
Source§impl PartialOrd for GCDeviceBatteryState
impl PartialOrd for GCDeviceBatteryState
Source§impl RefEncode for GCDeviceBatteryState
impl RefEncode for GCDeviceBatteryState
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for GCDeviceBatteryState
impl Eq for GCDeviceBatteryState
impl StructuralPartialEq for GCDeviceBatteryState
Auto Trait Implementations§
impl Freeze for GCDeviceBatteryState
impl RefUnwindSafe for GCDeviceBatteryState
impl Send for GCDeviceBatteryState
impl Sync for GCDeviceBatteryState
impl Unpin for GCDeviceBatteryState
impl UnwindSafe for GCDeviceBatteryState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.