#[repr(transparent)]pub struct SmcCall(pub FastCall);
Tuple Fields§
§0: FastCall
Implementations§
Source§impl SmcCall
impl SmcCall
pub const SMCCC_VERSION: SmcCall
pub const SMCCC_ARCH_FEATURES: SmcCall
pub const PSCI_VERSION: SmcCall
pub const CPU_SUSPEND: SmcCall
pub const CPU_OFF: SmcCall
pub const CPU_ON: SmcCall
pub const AFFINITY_INFO: SmcCall
pub const MIGRATE: SmcCall
pub const MIGRATE_INFO_TYPE: SmcCall
pub const MIGRATE_INFO_UP_CPU: SmcCall
pub const SYSTEM_OFF: SmcCall
pub const SYSTEM_OFF2: SmcCall
pub const SYSTEM_RESET: SmcCall
pub const SYSTEM_RESET2: SmcCall
pub const MEM_PROTECT: SmcCall
pub const MEM_PROTECT_CHECK_RANGE: SmcCall
pub const PSCI_FEATURES: SmcCall
pub const CPU_FREEZE: SmcCall
pub const CPU_DEFAULT_SUSPEND: SmcCall
pub const NODE_HW_STATE: SmcCall
pub const SYSTEM_SUSPEND: SmcCall
pub const PSCI_SET_SUSPEND_MODE: SmcCall
pub const PSCI_STAT_RESIDENCY: SmcCall
pub const PSCI_STAT_COUNT: SmcCall
pub const VENDOR_HYP_UID: SmcCall
Trait Implementations§
Source§impl Ord for SmcCall
impl Ord for SmcCall
Source§impl PartialOrd for SmcCall
impl PartialOrd for SmcCall
impl Copy for SmcCall
impl Eq for SmcCall
impl StructuralPartialEq for SmcCall
Auto Trait Implementations§
impl Freeze for SmcCall
impl RefUnwindSafe for SmcCall
impl Send for SmcCall
impl Sync for SmcCall
impl Unpin for SmcCall
impl UnwindSafe for SmcCall
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