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