Enum User
pub enum User {
_0 = 0,
_1 = 1,
}Expand description
Privilege level when the floating-point stack frame was allocated.
Value on reset: 0
Variants§
_0 = 0
0: Privilege level was not user when the floating-point stack frame was allocated.
_1 = 1
1: Privilege level was user when the floating-point stack frame was allocated.
Trait Implementations§
impl Copy for User
impl Eq for User
impl StructuralPartialEq for User
Auto Trait Implementations§
impl Freeze for User
impl RefUnwindSafe for User
impl Send for User
impl Sync for User
impl Unpin for User
impl UnwindSafe for User
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