Struct libscemu::emu::structures::Statx64

source ·
pub struct Statx64 {
Show 23 fields pub mask: u32, pub blksize: u32, pub attrib: u64, pub nlink: u32, pub uid: u32, pub gid: u32, pub mode: u16, pub spare0: u16, pub inode: u64, pub size: u64, pub blocks: u64, pub attrib_mask: u64, pub atime: Statx64Timestamp, pub btime: Statx64Timestamp, pub ctime: Statx64Timestamp, pub mtime: Statx64Timestamp, pub rdev_major: u32, pub rdev_minor: u32, pub dev_major: u32, pub dev_minor: u32, pub mnt_id: u64, pub spare2: u64, pub spare3: [u64; 12],
}

Fields§

§mask: u32§blksize: u32§attrib: u64§nlink: u32§uid: u32§gid: u32§mode: u16§spare0: u16§inode: u64§size: u64§blocks: u64§attrib_mask: u64§atime: Statx64Timestamp§btime: Statx64Timestamp§ctime: Statx64Timestamp§mtime: Statx64Timestamp§rdev_major: u32§rdev_minor: u32§dev_major: u32§dev_minor: u32§mnt_id: u64§spare2: u64§spare3: [u64; 12]

Trait Implementations§

source§

impl Debug for Statx64

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

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

§

type Error = Infallible

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

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

Performs the conversion.
source§

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.
source§

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

Performs the conversion.
source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

source§

fn vzip(self) -> V