Struct aarch64defs::psci::PsciError
source · #[repr(transparent)]pub struct PsciError(pub i32);
Tuple Fields§
§0: i32
Implementations§
source§impl PsciError
impl PsciError
pub const SUCCESS: PsciError = _
pub const NOT_SUPPORTED: PsciError = _
pub const INVALID_PARAMETERS: PsciError = _
pub const DENIED: PsciError = _
pub const ALREADY_ON: PsciError = _
pub const ON_PENDING: PsciError = _
pub const INTERNAL_FAILURE: PsciError = _
pub const NOT_PRESENT: PsciError = _
pub const DISABLED: PsciError = _
pub const INVALID_ADDRESS: PsciError = _
Trait Implementations§
source§impl Ord for PsciError
impl Ord for PsciError
source§impl PartialOrd for PsciError
impl PartialOrd for PsciError
impl Copy for PsciError
impl Eq for PsciError
impl StructuralPartialEq for PsciError
Auto Trait Implementations§
impl Freeze for PsciError
impl RefUnwindSafe for PsciError
impl Send for PsciError
impl Sync for PsciError
impl Unpin for PsciError
impl UnwindSafe for PsciError
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
)