Struct windows_sys::Win32::Networking::WinSock::TIMEVAL
[−]Expand description
Required features: "Win32_Networking_WinSock"
Fields
tv_sec: i32
tv_usec: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TIMEVAL
impl Send for TIMEVAL
impl Sync for TIMEVAL
impl Unpin for TIMEVAL
impl UnwindSafe for TIMEVAL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more