pub struct TimoutenR { /* private fields */ }
Expand description
Value of the field TIMOUTEN
Implementations§
Auto Trait Implementations§
impl Freeze for TimoutenR
impl RefUnwindSafe for TimoutenR
impl Send for TimoutenR
impl Sync for TimoutenR
impl Unpin for TimoutenR
impl UnwindSafe for TimoutenR
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