#[repr(transparent)]pub struct seL4_Fault_UserException(pub Bitfield<[u32; N], u32>);
Tuple Fields§
§0: Bitfield<[u32; N], u32>
Implementations§
Source§impl seL4_Fault_UserException
impl seL4_Fault_UserException
pub fn new(FaultIP: u32, Stack: u32, CPSR: u32, Number: u32, Code: u32) -> Self
pub fn unpack(&self) -> seL4_Fault_UserException_Unpacked
pub fn get_FaultIP(&self) -> u32
pub fn set_FaultIP(&mut self, FaultIP: u32)
pub const fn width_of_FaultIP() -> usize
pub fn get_Stack(&self) -> u32
pub fn set_Stack(&mut self, Stack: u32)
pub const fn width_of_Stack() -> usize
pub fn get_CPSR(&self) -> u32
pub fn set_CPSR(&mut self, CPSR: u32)
pub const fn width_of_CPSR() -> usize
pub fn get_Number(&self) -> u32
pub fn set_Number(&mut self, Number: u32)
pub const fn width_of_Number() -> usize
pub fn get_Code(&self) -> u32
pub fn set_Code(&mut self, Code: u32)
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
)