pub enum InterruptedPrivilege {
User,
Kernel,
}Expand description
Privilege of an interrupted execution context.
Variants§
Trait Implementations§
Source§impl Clone for InterruptedPrivilege
impl Clone for InterruptedPrivilege
Source§fn clone(&self) -> InterruptedPrivilege
fn clone(&self) -> InterruptedPrivilege
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InterruptedPrivilege
Source§impl Debug for InterruptedPrivilege
impl Debug for InterruptedPrivilege
impl Eq for InterruptedPrivilege
Source§impl PartialEq for InterruptedPrivilege
impl PartialEq for InterruptedPrivilege
impl StructuralPartialEq for InterruptedPrivilege
Auto Trait Implementations§
impl Freeze for InterruptedPrivilege
impl RefUnwindSafe for InterruptedPrivilege
impl Send for InterruptedPrivilege
impl Sync for InterruptedPrivilege
impl Unpin for InterruptedPrivilege
impl UnsafeUnpin for InterruptedPrivilege
impl UnwindSafe for InterruptedPrivilege
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