pub enum Su3 {
UnknownNotPermitted = 0,
UnknownPermitted = 1,
}Expand description
State UNKNOWN 3.
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 Su3
impl Eq for Su3
impl StructuralPartialEq for Su3
Auto Trait Implementations§
impl Freeze for Su3
impl RefUnwindSafe for Su3
impl Send for Su3
impl Sync for Su3
impl Unpin for Su3
impl UnsafeUnpin for Su3
impl UnwindSafe for Su3
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