#[repr(u32)]pub enum ApexStartCondition {
NormalStart = 0,
PartitionRestart = 1,
HmModuleRestart = 2,
HmPartitionRestart = 3,
}Variants§
Trait Implementations§
Source§impl Clone for ApexStartCondition
impl Clone for ApexStartCondition
Source§fn clone(&self) -> ApexStartCondition
fn clone(&self) -> ApexStartCondition
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 ApexStartCondition
impl Debug for ApexStartCondition
Source§impl Default for ApexStartCondition
impl Default for ApexStartCondition
Source§fn default() -> ApexStartCondition
fn default() -> ApexStartCondition
Returns the “default value” for a type. Read more
Source§impl PartialEq for ApexStartCondition
impl PartialEq for ApexStartCondition
Source§impl TryFrom<u32> for ApexStartCondition
impl TryFrom<u32> for ApexStartCondition
impl Copy for ApexStartCondition
impl Eq for ApexStartCondition
impl StructuralPartialEq for ApexStartCondition
Auto Trait Implementations§
impl Freeze for ApexStartCondition
impl RefUnwindSafe for ApexStartCondition
impl Send for ApexStartCondition
impl Sync for ApexStartCondition
impl Unpin for ApexStartCondition
impl UnwindSafe for ApexStartCondition
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