pub enum Su0 {
UnknownNotPermitted = 0,
UnknownPermitted = 1,
}Expand description
State UNKNOWN 0.
Value on reset: 0
Variants§
UnknownNotPermitted = 0
0: The coprocessor state is not permitted to become UNKNOWN.
UnknownPermitted = 1
1: The coprocessor state is permitted to become UNKNOWN.
Trait Implementations§
impl Copy for Su0
impl Eq for Su0
impl StructuralPartialEq for Su0
Auto Trait Implementations§
impl Freeze for Su0
impl RefUnwindSafe for Su0
impl Send for Su0
impl Sync for Su0
impl Unpin for Su0
impl UnwindSafe for Su0
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