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