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