#[repr(C)]pub struct __old_kernel_stat {
pub st_dev: c_ushort,
pub st_ino: c_ushort,
pub st_mode: c_ushort,
pub st_nlink: c_ushort,
pub st_uid: c_ushort,
pub st_gid: c_ushort,
pub st_rdev: c_ushort,
pub st_size: c_uint,
pub st_atime: c_uint,
pub st_mtime: c_uint,
pub st_ctime: c_uint,
}
Fields§
§st_dev: c_ushort
§st_ino: c_ushort
§st_mode: c_ushort
§st_nlink: c_ushort
§st_uid: c_ushort
§st_gid: c_ushort
§st_rdev: c_ushort
§st_size: c_uint
§st_atime: c_uint
§st_mtime: c_uint
§st_ctime: c_uint
Trait Implementations§
Source§impl Clone for __old_kernel_stat
impl Clone for __old_kernel_stat
Source§fn clone(&self) -> __old_kernel_stat
fn clone(&self) -> __old_kernel_stat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for __old_kernel_stat
impl Debug for __old_kernel_stat
impl Copy for __old_kernel_stat
Auto Trait Implementations§
impl Freeze for __old_kernel_stat
impl RefUnwindSafe for __old_kernel_stat
impl Send for __old_kernel_stat
impl Sync for __old_kernel_stat
impl Unpin for __old_kernel_stat
impl UnwindSafe for __old_kernel_stat
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,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes