#[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