#[repr(u8)]pub enum Res0Dz {
RES0_DZ_NO = 0,
RES0_DZ_YES = 1,
}Variants§
RES0_DZ_NO = 0
No exact infinite result is defined for an operation on finite operands.
RES0_DZ_YES = 1
An exact infinite result is defined for an operation on finite operands.
Implementations§
Trait Implementations§
Source§impl Ord for Res0Dz
impl Ord for Res0Dz
Source§impl PartialOrd for Res0Dz
impl PartialOrd for Res0Dz
impl Copy for Res0Dz
impl Eq for Res0Dz
impl StructuralPartialEq for Res0Dz
Auto Trait Implementations§
impl Freeze for Res0Dz
impl RefUnwindSafe for Res0Dz
impl Send for Res0Dz
impl Sync for Res0Dz
impl Unpin for Res0Dz
impl UnwindSafe for Res0Dz
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