Enum Rdcolerr
pub enum Rdcolerr {
_0 = 0,
_1 = 1,
}Expand description
FTFC Read Collision Error Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Rdcolerr
impl Eq for Rdcolerr
impl StructuralPartialEq for Rdcolerr
Auto Trait Implementations§
impl Freeze for Rdcolerr
impl RefUnwindSafe for Rdcolerr
impl Send for Rdcolerr
impl Sync for Rdcolerr
impl Unpin for Rdcolerr
impl UnwindSafe for Rdcolerr
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