#[repr(C)]pub struct LinuxStatxTimestamp {
pub tv_sec: i64,
pub tv_nsec: u32,
pub __reserved: i32,
}Expand description
Linux statx timestamp structure
Fields§
§tv_sec: i64§tv_nsec: u32§__reserved: i32Trait Implementations§
Source§impl Clone for LinuxStatxTimestamp
impl Clone for LinuxStatxTimestamp
Source§fn clone(&self) -> LinuxStatxTimestamp
fn clone(&self) -> LinuxStatxTimestamp
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LinuxStatxTimestamp
impl Debug for LinuxStatxTimestamp
Source§impl Default for LinuxStatxTimestamp
impl Default for LinuxStatxTimestamp
Source§fn default() -> LinuxStatxTimestamp
fn default() -> LinuxStatxTimestamp
Returns the “default value” for a type. Read more
impl Copy for LinuxStatxTimestamp
Auto Trait Implementations§
impl Freeze for LinuxStatxTimestamp
impl RefUnwindSafe for LinuxStatxTimestamp
impl Send for LinuxStatxTimestamp
impl Sync for LinuxStatxTimestamp
impl Unpin for LinuxStatxTimestamp
impl UnwindSafe for LinuxStatxTimestamp
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)