#[repr(C)]pub struct timeval64 {
pub tv_sec: __int64_t,
pub tv_usec: __int64_t,
}Fields§
§tv_sec: __int64_t§tv_usec: __int64_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for timeval64
impl RefUnwindSafe for timeval64
impl Send for timeval64
impl Sync for timeval64
impl Unpin for timeval64
impl UnwindSafe for timeval64
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