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