#[repr(C)]pub struct Timespec {
pub seconds: i64,
pub nanoseconds: i64,
}Expand description
Wraps timespec values stored in AAHeader fields.
Fields§
§seconds: i64Wraps the seconds field of Timespec.
nanoseconds: i64Wraps the nanoseconds field of Timespec.
Trait Implementations§
impl Copy for Timespec
impl Eq for Timespec
impl StructuralPartialEq for Timespec
Auto Trait Implementations§
impl Freeze for Timespec
impl RefUnwindSafe for Timespec
impl Send for Timespec
impl Sync for Timespec
impl Unpin for Timespec
impl UnsafeUnpin for Timespec
impl UnwindSafe for 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