#[repr(transparent)]pub struct seL4_Fault_DebugException(pub Bitfield<[u64; N], u64>);Tuple Fields§
§0: Bitfield<[u64; N], u64>Implementations§
Source§impl seL4_Fault_DebugException
impl seL4_Fault_DebugException
pub fn new( FaultIP: u64, ExceptionReason: u64, TriggerAddress: u64, BreakpointNumber: u64, ) -> Self
pub fn unpack(&self) -> seL4_Fault_DebugException_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_ExceptionReason(&self) -> u64
pub fn set_ExceptionReason(&mut self, ExceptionReason: u64)
pub const fn width_of_ExceptionReason() -> usize
pub fn get_TriggerAddress(&self) -> u64
pub fn set_TriggerAddress(&mut self, TriggerAddress: u64)
pub const fn width_of_TriggerAddress() -> usize
pub fn get_BreakpointNumber(&self) -> u64
pub fn set_BreakpointNumber(&mut self, BreakpointNumber: u64)
pub const fn width_of_BreakpointNumber() -> usize
Source§impl seL4_Fault_DebugException
impl seL4_Fault_DebugException
pub fn unsplay(self) -> seL4_Fault
Trait Implementations§
Source§impl Clone for seL4_Fault_DebugException
impl Clone for seL4_Fault_DebugException
Source§fn clone(&self) -> seL4_Fault_DebugException
fn clone(&self) -> seL4_Fault_DebugException
Returns a duplicate 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_DebugException
impl Debug for seL4_Fault_DebugException
Source§impl PartialEq for seL4_Fault_DebugException
impl PartialEq for seL4_Fault_DebugException
impl Eq for seL4_Fault_DebugException
impl StructuralPartialEq for seL4_Fault_DebugException
Auto Trait Implementations§
impl Freeze for seL4_Fault_DebugException
impl RefUnwindSafe for seL4_Fault_DebugException
impl Send for seL4_Fault_DebugException
impl Sync for seL4_Fault_DebugException
impl Unpin for seL4_Fault_DebugException
impl UnsafeUnpin for seL4_Fault_DebugException
impl UnwindSafe for seL4_Fault_DebugException
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, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)