#[repr(u32)]pub enum WarmBootType {
ExitFromSuspend = 0,
ExitFromLowPower = 1,
}Expand description
Arguments for the Power Warm Boot FFA_MSG_SEND_DIRECT_REQ interface.
Variants§
Trait Implementations§
Source§impl Clone for WarmBootType
impl Clone for WarmBootType
Source§fn clone(&self) -> WarmBootType
fn clone(&self) -> WarmBootType
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 WarmBootType
impl Debug for WarmBootType
Source§impl From<WarmBootType> for u32
impl From<WarmBootType> for u32
Source§fn from(enum_value: WarmBootType) -> Self
fn from(enum_value: WarmBootType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WarmBootType
impl PartialEq for WarmBootType
Source§impl TryFrom<u32> for WarmBootType
impl TryFrom<u32> for WarmBootType
Source§impl TryFromPrimitive for WarmBootType
impl TryFromPrimitive for WarmBootType
impl Copy for WarmBootType
impl Eq for WarmBootType
impl StructuralPartialEq for WarmBootType
Auto Trait Implementations§
impl Freeze for WarmBootType
impl RefUnwindSafe for WarmBootType
impl Send for WarmBootType
impl Sync for WarmBootType
impl Unpin for WarmBootType
impl UnwindSafe for WarmBootType
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