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