Struct aarch64defs::psci::PsciCall
source · #[repr(transparent)]pub struct PsciCall(pub FastCall);
Tuple Fields§
§0: FastCall
Implementations§
source§impl PsciCall
impl PsciCall
pub const PSCI_VERSION: PsciCall = _
pub const CPU_SUSPEND: PsciCall = _
pub const CPU_OFF: PsciCall = _
pub const CPU_ON: PsciCall = _
pub const AFFINITY_INFO: PsciCall = _
pub const MIGRATE: PsciCall = _
pub const MIGRATE_INFO_TYPE: PsciCall = _
pub const MIGRATE_INFO_UP_CPU: PsciCall = _
pub const SYSTEM_OFF: PsciCall = _
pub const SYSTEM_OFF2: PsciCall = _
pub const SYSTEM_RESET: PsciCall = _
pub const SYSTEM_RESET2: PsciCall = _
pub const MEM_PROTECT: PsciCall = _
pub const MEM_PROTECT_CHECK_RANGE: PsciCall = _
pub const PSCI_FEATURES: PsciCall = _
pub const CPU_FREEZE: PsciCall = _
pub const CPU_DEFAULT_SUSPEND: PsciCall = _
pub const NODE_HW_STATE: PsciCall = _
pub const SYSTEM_SUSPEND: PsciCall = _
pub const PSCI_SET_SUSPEND_MODE: PsciCall = _
pub const PSCI_STAT_RESIDENCY: PsciCall = _
pub const PSCI_STAT_COUNT: PsciCall = _
Trait Implementations§
source§impl Ord for PsciCall
impl Ord for PsciCall
source§impl PartialOrd for PsciCall
impl PartialOrd for PsciCall
impl Copy for PsciCall
impl Eq for PsciCall
impl StructuralPartialEq for PsciCall
Auto Trait Implementations§
impl Freeze for PsciCall
impl RefUnwindSafe for PsciCall
impl Send for PsciCall
impl Sync for PsciCall
impl Unpin for PsciCall
impl UnwindSafe for PsciCall
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)