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