Struct nc::types::fs_qfilestatv_t[][src]

#[repr(C)]
pub struct fs_qfilestatv_t { pub qfs_ino: u64, pub qfs_nblks: u64, pub qfs_nextents: u32, // some fields omitted }
Expand description

Some basic information about ‘quota files’ for Q_XGETQSTATV command

Fields

qfs_ino: u64

inode number

qfs_nblks: u64

number of BBs 512-byte-blks

qfs_nextents: u32

number of extents

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. 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

Performs the conversion.

Performs the conversion.

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.