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