#[repr(transparent)]pub struct seL4_Fault_UserException(pub Bitfield<[u64; N], u64>);
Tuple Fields§
§0: Bitfield<[u64; N], u64>
Implementations§
Source§impl seL4_Fault_UserException
impl seL4_Fault_UserException
pub fn new(FaultIP: u64, Stack: u64, SPSR: u64, Number: u64, Code: u64) -> Self
pub fn unpack(&self) -> seL4_Fault_UserException_Unpacked
pub fn get_FaultIP(&self) -> u64
pub fn set_FaultIP(&mut self, FaultIP: u64)
pub const fn width_of_FaultIP() -> usize
pub fn get_Stack(&self) -> u64
pub fn set_Stack(&mut self, Stack: u64)
pub const fn width_of_Stack() -> usize
pub fn get_SPSR(&self) -> u64
pub fn set_SPSR(&mut self, SPSR: u64)
pub const fn width_of_SPSR() -> usize
pub fn get_Number(&self) -> u64
pub fn set_Number(&mut self, Number: u64)
pub const fn width_of_Number() -> usize
pub fn get_Code(&self) -> u64
pub fn set_Code(&mut self, Code: u64)
pub const fn width_of_Code() -> usize
Source§impl seL4_Fault_UserException
impl seL4_Fault_UserException
pub fn unsplay(self) -> seL4_Fault
Trait Implementations§
Source§impl Clone for seL4_Fault_UserException
impl Clone for seL4_Fault_UserException
Source§fn clone(&self) -> seL4_Fault_UserException
fn clone(&self) -> seL4_Fault_UserException
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for seL4_Fault_UserException
impl Debug for seL4_Fault_UserException
Source§impl PartialEq for seL4_Fault_UserException
impl PartialEq for seL4_Fault_UserException
impl Eq for seL4_Fault_UserException
impl StructuralPartialEq for seL4_Fault_UserException
Auto Trait Implementations§
impl Freeze for seL4_Fault_UserException
impl RefUnwindSafe for seL4_Fault_UserException
impl Send for seL4_Fault_UserException
impl Sync for seL4_Fault_UserException
impl Unpin for seL4_Fault_UserException
impl UnwindSafe for seL4_Fault_UserException
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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
)