pub enum SPP {
Supervisor = 1,
User = 0,
}Expand description
Supervisor previous privilege mode.
Variants§
Auto Trait Implementations§
impl Freeze for SPP
impl RefUnwindSafe for SPP
impl Send for SPP
impl Sync for SPP
impl Unpin for SPP
impl UnwindSafe for SPP
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