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