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