#[repr(u8)]pub enum Res2Nv {
RES2_NV_NO = 0,
RES2_NV_YES = 1,
}Variants§
RES2_NV_NO = 0
There is usefully definable result.
RES2_NV_YES = 1
There is no usefully definable result.
Implementations§
Trait Implementations§
Source§impl Ord for Res2Nv
impl Ord for Res2Nv
Source§impl PartialOrd for Res2Nv
impl PartialOrd for Res2Nv
impl Copy for Res2Nv
impl Eq for Res2Nv
impl StructuralPartialEq for Res2Nv
Auto Trait Implementations§
impl Freeze for Res2Nv
impl RefUnwindSafe for Res2Nv
impl Send for Res2Nv
impl Sync for Res2Nv
impl Unpin for Res2Nv
impl UnwindSafe for Res2Nv
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