#[repr(C)]pub struct FsStatxTimestamp {
pub tv_sec: i64,
pub tv_nsec: u32,
}
Fields§
§tv_sec: i64
§tv_nsec: u32
Trait Implementations§
Source§impl Debug for FsStatxTimestamp
impl Debug for FsStatxTimestamp
Source§impl Default for FsStatxTimestamp
impl Default for FsStatxTimestamp
Source§fn default() -> FsStatxTimestamp
fn default() -> FsStatxTimestamp
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FsStatxTimestamp
impl RefUnwindSafe for FsStatxTimestamp
impl Send for FsStatxTimestamp
impl Sync for FsStatxTimestamp
impl Unpin for FsStatxTimestamp
impl UnwindSafe for FsStatxTimestamp
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