#[repr(C)]pub struct TIMEVAL {
pub tv_sec: i32,
pub tv_usec: i32,
}
🔬This is a nightly-only experimental API. (
windows_c
)Fields§
§tv_sec: i32
🔬This is a nightly-only experimental API. (
§windows_c
)tv_usec: i32
🔬This is a nightly-only experimental API. (
windows_c
)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§
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