#[repr(u32)]pub enum EDurationControlNotification {
k_EDurationControlNotification_None = 0,
k_EDurationControlNotification_1Hour = 1,
k_EDurationControlNotification_3Hours = 2,
k_EDurationControlNotification_HalfProgress = 3,
k_EDurationControlNotification_NoProgress = 4,
k_EDurationControlNotification_ExitSoon_3h = 5,
k_EDurationControlNotification_ExitSoon_5h = 6,
k_EDurationControlNotification_ExitSoon_Night = 7,
}
Variants§
k_EDurationControlNotification_None = 0
k_EDurationControlNotification_1Hour = 1
k_EDurationControlNotification_3Hours = 2
k_EDurationControlNotification_HalfProgress = 3
k_EDurationControlNotification_NoProgress = 4
k_EDurationControlNotification_ExitSoon_3h = 5
k_EDurationControlNotification_ExitSoon_5h = 6
k_EDurationControlNotification_ExitSoon_Night = 7
Trait Implementations§
Source§impl Clone for EDurationControlNotification
impl Clone for EDurationControlNotification
Source§fn clone(&self) -> EDurationControlNotification
fn clone(&self) -> EDurationControlNotification
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 EDurationControlNotification
impl Debug for EDurationControlNotification
Source§impl Hash for EDurationControlNotification
impl Hash for EDurationControlNotification
Source§impl Ord for EDurationControlNotification
impl Ord for EDurationControlNotification
Source§fn cmp(&self, other: &EDurationControlNotification) -> Ordering
fn cmp(&self, other: &EDurationControlNotification) -> 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 EDurationControlNotification
impl PartialEq for EDurationControlNotification
Source§fn eq(&self, other: &EDurationControlNotification) -> bool
fn eq(&self, other: &EDurationControlNotification) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for EDurationControlNotification
impl PartialOrd for EDurationControlNotification
impl Copy for EDurationControlNotification
impl Eq for EDurationControlNotification
impl StructuralPartialEq for EDurationControlNotification
Auto Trait Implementations§
impl Freeze for EDurationControlNotification
impl RefUnwindSafe for EDurationControlNotification
impl Send for EDurationControlNotification
impl Sync for EDurationControlNotification
impl Unpin for EDurationControlNotification
impl UnwindSafe for EDurationControlNotification
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