Enum Fe
pub enum Fe {
_0 = 0,
_1 = 1,
}Expand description
Framing Error Flag
Value on reset: 0
Variants§
_0 = 0
0: No framing error detected. This does not guarantee the framing is correct.
_1 = 1
1: Framing error.
Trait Implementations§
impl Copy for Fe
impl Eq for Fe
impl StructuralPartialEq for Fe
Auto Trait Implementations§
impl Freeze for Fe
impl RefUnwindSafe for Fe
impl Send for Fe
impl Sync for Fe
impl Unpin for Fe
impl UnwindSafe for Fe
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