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