#[repr(C)]pub struct ScmTimestamping {
pub ts_realtime: timespec,
pub ts_mono: timespec,
pub ts_raw: timespec,
}Fields§
§ts_realtime: timespec§ts_mono: timespec§ts_raw: timespecAuto Trait Implementations§
impl Freeze for ScmTimestamping
impl RefUnwindSafe for ScmTimestamping
impl Send for ScmTimestamping
impl Sync for ScmTimestamping
impl Unpin for ScmTimestamping
impl UnsafeUnpin for ScmTimestamping
impl UnwindSafe for ScmTimestamping
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