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