pub enum RWUIDW {
_0,
_1,
}Expand description
Values that can be written to the field RWUID
Variants§
_0
S1[IDLE] is not set upon detection of an idle character.
_1
S1[IDLE] 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 UnsafeUnpin 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