pub enum ILTW {
_0,
_1,
}Expand description
Values that can be written to the field ILT
Variants§
_0
Idle character bit count starts after start bit.
_1
Idle character bit count starts after stop bit.
Auto Trait Implementations§
impl Freeze for ILTW
impl RefUnwindSafe for ILTW
impl Send for ILTW
impl Sync for ILTW
impl Unpin for ILTW
impl UnwindSafe for ILTW
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