#[repr(u8)]pub enum Su10 {
UNKNOWN_NOT_PERMITTED = 0,
UNKNOWN_PERMITTED = 1,
}Variants§
UNKNOWN_NOT_PERMITTED = 0
The floating-point state is not permitted to become UNKNOWN.
UNKNOWN_PERMITTED = 1
The floating-point state is permitted to become UNKNOWN
Implementations§
Trait Implementations§
Source§impl Ord for Su10
impl Ord for Su10
Source§impl PartialOrd for Su10
impl PartialOrd for Su10
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