pub enum PsciFeature {
    PsciFunction(FunctionId),
    SmcccVersion,
}Expand description
5.1.15 PSCI_FEATURES psci_func_id field
Variants§
PsciFunction(FunctionId)
SmcccVersion
Trait Implementations§
Source§impl Clone for PsciFeature
 
impl Clone for PsciFeature
Source§fn clone(&self) -> PsciFeature
 
fn clone(&self) -> PsciFeature
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 PsciFeature
 
impl Debug for PsciFeature
Source§impl From<PsciFeature> for u32
 
impl From<PsciFeature> for u32
Source§fn from(value: PsciFeature) -> u32
 
fn from(value: PsciFeature) -> u32
Converts to this type from the input type.
Source§impl PartialEq for PsciFeature
 
impl PartialEq for PsciFeature
Source§impl TryFrom<u32> for PsciFeature
 
impl TryFrom<u32> for PsciFeature
impl Copy for PsciFeature
impl Eq for PsciFeature
impl StructuralPartialEq for PsciFeature
Auto Trait Implementations§
impl Freeze for PsciFeature
impl RefUnwindSafe for PsciFeature
impl Send for PsciFeature
impl Sync for PsciFeature
impl Unpin for PsciFeature
impl UnwindSafe for PsciFeature
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