pub enum CTSEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field CTSE
Variants§
DISABLED
CTS hardware flow control disabled
ENABLED
CTS mode enabled, data is only transmitted when the CTS input is asserted
Auto Trait Implementations§
impl Freeze for CTSEW
impl RefUnwindSafe for CTSEW
impl Send for CTSEW
impl Sync for CTSEW
impl Unpin for CTSEW
impl UnwindSafe for CTSEW
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