pub struct ExceptionId(/* private fields */);Expand description
A nonzero kernel exception-context identifier.
Implementations§
Source§impl ExceptionId
impl ExceptionId
Sourcepub const fn get(self) -> mirilla_except_id_t
pub const fn get(self) -> mirilla_except_id_t
Return the kernel identifier.
Trait Implementations§
Source§impl Clone for ExceptionId
impl Clone for ExceptionId
impl Copy for ExceptionId
Source§impl Debug for ExceptionId
impl Debug for ExceptionId
impl Eq for ExceptionId
Source§impl Hash for ExceptionId
impl Hash for ExceptionId
Source§impl Ord for ExceptionId
impl Ord for ExceptionId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ExceptionId
impl PartialEq for ExceptionId
Source§impl PartialOrd for ExceptionId
impl PartialOrd for ExceptionId
impl StructuralPartialEq for ExceptionId
Auto Trait Implementations§
impl Freeze for ExceptionId
impl RefUnwindSafe for ExceptionId
impl Send for ExceptionId
impl Sync for ExceptionId
impl Unpin for ExceptionId
impl UnsafeUnpin for ExceptionId
impl UnwindSafe for ExceptionId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more