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