pub enum OVERREAD_A {
NOT_PRESENT = 0,
PRESENT = 1,
}
Expand description
TX buffer over-read detected, and prevented
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for OVERREAD_A
impl Clone for OVERREAD_A
Source§fn clone(&self) -> OVERREAD_A
fn clone(&self) -> OVERREAD_A
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OVERREAD_A
impl Debug for OVERREAD_A
Source§impl From<OVERREAD_A> for bool
impl From<OVERREAD_A> for bool
Source§fn from(variant: OVERREAD_A) -> Self
fn from(variant: OVERREAD_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OVERREAD_A
impl PartialEq for OVERREAD_A
impl Copy for OVERREAD_A
impl StructuralPartialEq for OVERREAD_A
Auto Trait Implementations§
impl Freeze for OVERREAD_A
impl RefUnwindSafe for OVERREAD_A
impl Send for OVERREAD_A
impl Sync for OVERREAD_A
impl Unpin for OVERREAD_A
impl UnwindSafe for OVERREAD_A
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