Struct __old_kernel_stat

struct __old_kernel_stat { ... }

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

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) -> T

Returns the argument unchanged.

impl<T, U> Into for __old_kernel_stat

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses 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>