#[repr(C)]pub struct Struct_timeval {
pub tv_sec: __time_t,
pub tv_usec: __suseconds_t,
}
Fields§
§tv_sec: __time_t
§tv_usec: __suseconds_t
Trait Implementations§
Source§impl Clone for Struct_timeval
impl Clone for Struct_timeval
Source§impl Default for Struct_timeval
impl Default for Struct_timeval
impl Copy for Struct_timeval
Auto Trait Implementations§
impl Freeze for Struct_timeval
impl RefUnwindSafe for Struct_timeval
impl Send for Struct_timeval
impl Sync for Struct_timeval
impl Unpin for Struct_timeval
impl UnwindSafe for Struct_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