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