#[repr(u8)]pub enum Txctsc {
START = 0,
IDLE = 1,
}Variants§
START = 0
CTS input is sampled at the start of each character.
IDLE = 1
CTS input is sampled when the transmitter is idle.
Implementations§
Trait Implementations§
Source§impl Ord for Txctsc
impl Ord for Txctsc
Source§impl PartialOrd for Txctsc
impl PartialOrd for Txctsc
impl Copy for Txctsc
impl Eq for Txctsc
impl StructuralPartialEq for Txctsc
Auto Trait Implementations§
impl Freeze for Txctsc
impl RefUnwindSafe for Txctsc
impl Send for Txctsc
impl Sync for Txctsc
impl Unpin for Txctsc
impl UnwindSafe for Txctsc
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