pub struct NewcHeader {
Show 13 fields pub inode: u32, pub mode: u32, pub uid: u32, pub gid: u32, pub nlink: u32, pub mtime: u32, pub file_size: u64, pub dev_major: u32, pub dev_minor: u32, pub rdev_major: u32, pub rdev_minor: u32, pub checksum: u32, pub name: String,
}

Fields

inode: u32mode: u32uid: u32gid: u32nlink: u32mtime: u32file_size: u64dev_major: u32dev_minor: u32rdev_major: u32rdev_minor: u32checksum: u32name: String

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Device number.

Inode number.

File mode.

User ID.

Group ID.

Number of links.

Associated device number.

Modified time as seconds since UNIX epoch.

File size in bytes.

File name.

Modified time as a DateTime.

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.