pub enum RWUIDW {
_0,
_1,
}Expand description
Values that can be written to the field RWUID
Variants§
_0
The S1[IDLE] bit is not set upon detection of an idle character.
_1
The S1[IDLE] bit is set upon detection of an idle character.
Auto Trait Implementations§
impl Freeze for RWUIDW
impl RefUnwindSafe for RWUIDW
impl Send for RWUIDW
impl Sync for RWUIDW
impl Unpin for RWUIDW
impl UnwindSafe for RWUIDW
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