#[repr(C)]pub struct __kernel_timespec {
pub tv_sec: i64,
pub tv_nsec: c_longlong,
}Fields§
§tv_sec: i64§tv_nsec: c_longlongAuto Trait Implementations§
impl Freeze for __kernel_timespec
impl RefUnwindSafe for __kernel_timespec
impl Send for __kernel_timespec
impl Sync for __kernel_timespec
impl Unpin for __kernel_timespec
impl UnwindSafe for __kernel_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