pub enum ERRR {
_0,
_1,
}Expand description
Possible values of the field ERR
Variants§
_0
No sequence errors.
_1
Error in the detection sequence. See the SEQ_STAT field to determine the phase in which the error occurred.
Implementations§
Source§impl ERRR
impl ERRR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
Trait Implementations§
impl Copy for ERRR
impl StructuralPartialEq for ERRR
Auto Trait Implementations§
impl Freeze for ERRR
impl RefUnwindSafe for ERRR
impl Send for ERRR
impl Sync for ERRR
impl Unpin for ERRR
impl UnwindSafe for ERRR
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