Struct aarch64defs::psci::FastCall
source · pub struct FastCall(/* private fields */);
Implementations§
source§impl FastCall
impl FastCall
sourcepub const fn with_number(self, value: u16) -> Self
pub const fn with_number(self, value: u16) -> Self
Bits: 0..16
sourcepub fn set_number(&mut self, value: u16)
pub fn set_number(&mut self, value: u16)
Bits: 0..16
sourcepub const fn with_service(self, value: u8) -> Self
pub const fn with_service(self, value: u8) -> Self
Bits: 24..30
sourcepub fn set_service(&mut self, value: u8)
pub fn set_service(&mut self, value: u8)
Bits: 24..30
sourcepub const fn with_smc64(self, value: bool) -> Self
pub const fn with_smc64(self, value: bool) -> Self
Bits: 30..31
Trait Implementations§
source§impl Ord for FastCall
impl Ord for FastCall
source§impl PartialOrd for FastCall
impl PartialOrd for FastCall
impl Copy for FastCall
impl Eq for FastCall
impl StructuralPartialEq for FastCall
Auto Trait Implementations§
impl Freeze for FastCall
impl RefUnwindSafe for FastCall
impl Send for FastCall
impl Sync for FastCall
impl Unpin for FastCall
impl UnwindSafe for FastCall
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
)