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