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