pub enum PsciEnableMethod {
Hvc,
Smc,
}Expand description
PSCI 调用方式
Variants§
Trait Implementations§
Source§impl Clone for PsciEnableMethod
impl Clone for PsciEnableMethod
Source§fn clone(&self) -> PsciEnableMethod
fn clone(&self) -> PsciEnableMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PsciEnableMethod
Auto Trait Implementations§
impl Freeze for PsciEnableMethod
impl RefUnwindSafe for PsciEnableMethod
impl Send for PsciEnableMethod
impl Sync for PsciEnableMethod
impl Unpin for PsciEnableMethod
impl UnsafeUnpin for PsciEnableMethod
impl UnwindSafe for PsciEnableMethod
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