kos_sys::dc::fs_dcload

Struct dcload_stat

Source
#[repr(C)]
pub struct dcload_stat {
Show 17 fields pub st_dev: c_ushort, pub st_ino: c_ushort, pub st_mode: c_int, pub st_nlink: c_ushort, pub st_uid: c_ushort, pub st_gid: c_ushort, pub st_rdev: c_ushort, pub st_size: c_long, pub atime: c_long, pub st_spare1: c_long, pub mtime: c_long, pub st_spare2: c_long, pub ctime: c_long, pub st_spare3: c_long, pub st_blksize: c_long, pub st_blocks: c_long, pub st_spare4: [c_long; 2],
}

Fields§

§st_dev: c_ushort§st_ino: c_ushort§st_mode: c_int§st_nlink: c_ushort§st_uid: c_ushort§st_gid: c_ushort§st_rdev: c_ushort§st_size: c_long§atime: c_long§st_spare1: c_long§mtime: c_long§st_spare2: c_long§ctime: c_long§st_spare3: c_long§st_blksize: c_long§st_blocks: c_long§st_spare4: [c_long; 2]

Auto Trait Implementations§

§

impl Freeze for dcload_stat

§

impl RefUnwindSafe for dcload_stat

§

impl Send for dcload_stat

§

impl Sync for dcload_stat

§

impl Unpin for dcload_stat

§

impl UnwindSafe for dcload_stat

Blanket Implementations§

§

impl<T> Any for T
where T: 'static + ?Sized,

§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Borrow<T> for T
where T: ?Sized,

§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
§

impl<T> BorrowMut<T> for T
where T: ?Sized,

§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> From<T> for T

§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T, U> Into<U> for T
where U: From<T>,

§

fn into(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<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.