#[repr(u8)]pub enum Res0Uf {
RES0_UF_NO = 0,
RES0_UF_YES = 1,
}Variants§
RES0_UF_NO = 0
No tiny non-zero result is detected.
RES0_UF_YES = 1
A tiny non-zero result is detected.
Implementations§
Trait Implementations§
Source§impl Ord for Res0Uf
impl Ord for Res0Uf
Source§impl PartialOrd for Res0Uf
impl PartialOrd for Res0Uf
impl Copy for Res0Uf
impl Eq for Res0Uf
impl StructuralPartialEq for Res0Uf
Auto Trait Implementations§
impl Freeze for Res0Uf
impl RefUnwindSafe for Res0Uf
impl Send for Res0Uf
impl Sync for Res0Uf
impl Unpin for Res0Uf
impl UnwindSafe for Res0Uf
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