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