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