Struct simics_api_sys::bindings::os_stat_t
source · #[repr(C)]pub struct os_stat_t {
pub size: uint64,
pub mtime: uint64,
}
Fields§
§size: uint64
File size in bytes.
mtime: uint64
Last modification time, in seconds from epoch.
Trait Implementations§
source§impl Ord for os_stat_t
impl Ord for os_stat_t
source§impl PartialOrd for os_stat_t
impl PartialOrd for os_stat_t
impl Copy for os_stat_t
impl Eq for os_stat_t
impl StructuralPartialEq for os_stat_t
Auto Trait Implementations§
impl Freeze for os_stat_t
impl RefUnwindSafe for os_stat_t
impl Send for os_stat_t
impl Sync for os_stat_t
impl Unpin for os_stat_t
impl UnwindSafe for os_stat_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)