#[repr(u8)]pub enum Ovwren {
OVWREN_0 = 0,
OVWREN_1 = 1,
}Variants§
OVWREN_0 = 0
Disable the overwriting. Existing Data in Data result register will not be overwritten by subsequent converted data.
OVWREN_1 = 1
Enable the overwriting.
Implementations§
Trait Implementations§
Source§impl Ord for Ovwren
impl Ord for Ovwren
Source§impl PartialOrd for Ovwren
impl PartialOrd for Ovwren
impl Copy for Ovwren
impl Eq for Ovwren
impl StructuralPartialEq for Ovwren
Auto Trait Implementations§
impl Freeze for Ovwren
impl RefUnwindSafe for Ovwren
impl Send for Ovwren
impl Sync for Ovwren
impl Unpin for Ovwren
impl UnwindSafe for Ovwren
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