Struct __old_kernel_stat
struct __old_kernel_stat { ... }
Fields
st_dev: c_ushortst_ino: c_ushortst_mode: c_ushortst_nlink: c_ushortst_uid: c_ushortst_gid: c_ushortst_rdev: c_ushortst_size: c_uintst_atime: c_uintst_mtime: c_uintst_ctime: c_uint
Implementations
impl Clone for __old_kernel_stat
fn clone(self: &Self) -> __old_kernel_stat
impl Copy for __old_kernel_stat
impl Debug for __old_kernel_stat
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
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 UnsafeUnpin for __old_kernel_stat
impl UnwindSafe for __old_kernel_stat
impl<T> Any for __old_kernel_stat
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for __old_kernel_stat
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for __old_kernel_stat
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for __old_kernel_stat
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for __old_kernel_stat
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for __old_kernel_stat
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for __old_kernel_stat
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for __old_kernel_stat
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>