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