#[repr(u8)]pub enum Res3Nx {
RES3_NX_NO = 0,
RES3_NX_YES = 1,
}Variants§
RES3_NX_NO = 0
The result is not rounded.
RES3_NX_YES = 1
The result is rounded, and as a result some digits lost.
Implementations§
Trait Implementations§
Source§impl Ord for Res3Nx
impl Ord for Res3Nx
Source§impl PartialOrd for Res3Nx
impl PartialOrd for Res3Nx
impl Copy for Res3Nx
impl Eq for Res3Nx
impl StructuralPartialEq for Res3Nx
Auto Trait Implementations§
impl Freeze for Res3Nx
impl RefUnwindSafe for Res3Nx
impl Send for Res3Nx
impl Sync for Res3Nx
impl Unpin for Res3Nx
impl UnwindSafe for Res3Nx
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