Enum Sup
pub enum Sup {
_0 = 0,
_1 = 1,
}Expand description
Supervisor Access
Value on reset: 0
Variants§
_0 = 0
0: Non-supervisor mode write accesses are not supported and generate a bus error.
_1 = 1
1: Non-supervisor mode write accesses are supported.
Trait Implementations§
impl Copy for Sup
impl Eq for Sup
impl StructuralPartialEq for Sup
Auto Trait Implementations§
impl Freeze for Sup
impl RefUnwindSafe for Sup
impl Send for Sup
impl Sync for Sup
impl Unpin for Sup
impl UnwindSafe for Sup
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