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