#[repr(C)]pub struct __timeval {
pub tv_sec: i32,
pub tv_usec: i32,
}
Fields§
§tv_sec: i32
§tv_usec: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for __timeval
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes