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