pub enum TIMEOUTW {
NOTIMEOUT,
TIMEOUT,
}
Expand description
Values that can be written to the field TIMEOUT
Variants§
Auto Trait Implementations§
impl Freeze for TIMEOUTW
impl RefUnwindSafe for TIMEOUTW
impl Send for TIMEOUTW
impl Sync for TIMEOUTW
impl Unpin for TIMEOUTW
impl UnwindSafe for TIMEOUTW
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