#[repr(u8)]pub enum Res2Ovwr {
RES2_OVWR_NO = 0,
RES2_OVWR_YES = 1,
}Variants§
RES2_OVWR_NO = 0
The value of RES2 has been read.
RES2_OVWR_YES = 1
The value of RES2 has not been read yet and is overwritten by a new MAUWRAP result.
Implementations§
Trait Implementations§
Source§impl Ord for Res2Ovwr
impl Ord for Res2Ovwr
Source§impl PartialOrd for Res2Ovwr
impl PartialOrd for Res2Ovwr
impl Copy for Res2Ovwr
impl Eq for Res2Ovwr
impl StructuralPartialEq for Res2Ovwr
Auto Trait Implementations§
impl Freeze for Res2Ovwr
impl RefUnwindSafe for Res2Ovwr
impl Send for Res2Ovwr
impl Sync for Res2Ovwr
impl Unpin for Res2Ovwr
impl UnwindSafe for Res2Ovwr
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