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