#[repr(u32)]pub enum EDurationControlOnlineState {
k_EDurationControlOnlineState_Invalid = 0,
k_EDurationControlOnlineState_Offline = 1,
k_EDurationControlOnlineState_Online = 2,
k_EDurationControlOnlineState_OnlineHighPri = 3,
}
Variants§
k_EDurationControlOnlineState_Invalid = 0
k_EDurationControlOnlineState_Offline = 1
k_EDurationControlOnlineState_Online = 2
k_EDurationControlOnlineState_OnlineHighPri = 3
Trait Implementations§
Source§impl Clone for EDurationControlOnlineState
impl Clone for EDurationControlOnlineState
Source§fn clone(&self) -> EDurationControlOnlineState
fn clone(&self) -> EDurationControlOnlineState
Returns a copy 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 EDurationControlOnlineState
impl Debug for EDurationControlOnlineState
Source§impl Hash for EDurationControlOnlineState
impl Hash for EDurationControlOnlineState
Source§impl Ord for EDurationControlOnlineState
impl Ord for EDurationControlOnlineState
Source§fn cmp(&self, other: &EDurationControlOnlineState) -> Ordering
fn cmp(&self, other: &EDurationControlOnlineState) -> 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 PartialOrd for EDurationControlOnlineState
impl PartialOrd for EDurationControlOnlineState
impl Copy for EDurationControlOnlineState
impl Eq for EDurationControlOnlineState
impl StructuralPartialEq for EDurationControlOnlineState
Auto Trait Implementations§
impl Freeze for EDurationControlOnlineState
impl RefUnwindSafe for EDurationControlOnlineState
impl Send for EDurationControlOnlineState
impl Sync for EDurationControlOnlineState
impl Unpin for EDurationControlOnlineState
impl UnwindSafe for EDurationControlOnlineState
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