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