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