#[repr(u8)]pub enum Res1Of {
RES1_OF_NO = 0,
RES1_OF_YES = 1,
}Variants§
RES1_OF_NO = 0
The result format’s largest finite number is not exceeded.
RES1_OF_YES = 1
The result format’s largest finite number is exceeded.
Implementations§
Trait Implementations§
Source§impl Ord for Res1Of
impl Ord for Res1Of
Source§impl PartialOrd for Res1Of
impl PartialOrd for Res1Of
impl Copy for Res1Of
impl Eq for Res1Of
impl StructuralPartialEq for Res1Of
Auto Trait Implementations§
impl Freeze for Res1Of
impl RefUnwindSafe for Res1Of
impl Send for Res1Of
impl Sync for Res1Of
impl Unpin for Res1Of
impl UnwindSafe for Res1Of
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