pub struct DebugException(/* private fields */);Expand description
Corresponds to seL4_Fault_DebugException.
Implementations§
Source§impl DebugException
impl DebugException
pub const fn from_inner(inner: seL4_Fault_DebugException) -> Self
pub const fn into_inner(self) -> seL4_Fault_DebugException
pub const fn inner(&self) -> &seL4_Fault_DebugException
pub fn inner_mut(&mut self) -> &mut seL4_Fault_DebugException
Trait Implementations§
Source§impl Clone for DebugException
impl Clone for DebugException
Source§fn clone(&self) -> DebugException
fn clone(&self) -> 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 DebugException
impl Debug for DebugException
Source§impl PartialEq for DebugException
impl PartialEq for DebugException
impl Eq for DebugException
impl StructuralPartialEq for DebugException
Auto Trait Implementations§
impl Freeze for DebugException
impl RefUnwindSafe for DebugException
impl Send for DebugException
impl Sync for DebugException
impl Unpin for DebugException
impl UnsafeUnpin for DebugException
impl UnwindSafe for 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)