Enum Fretsc
pub enum Fretsc {
_0 = 0,
_1 = 1,
}Expand description
Frame Error / Transmit Special Character
Value on reset: 0
Variants§
_0 = 0
0: The dataword was received without a frame error on read, or transmit a normal character on write.
_1 = 1
1: The dataword was received with a frame error, or transmit an idle or break character on transmit.
Trait Implementations§
impl Copy for Fretsc
impl Eq for Fretsc
impl StructuralPartialEq for Fretsc
Auto Trait Implementations§
impl Freeze for Fretsc
impl RefUnwindSafe for Fretsc
impl Send for Fretsc
impl Sync for Fretsc
impl Unpin for Fretsc
impl UnwindSafe for Fretsc
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