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