Struct nix::sys::quota::Dqblk [] [src]

#[repr(C)]
pub struct Dqblk(_);

Wrapper type for if_dqblk

Methods

impl Dqblk
[src]

[src]

The absolute limit on disk quota blocks allocated.

[src]

Set the absolute limit on disk quota blocks allocated.

[src]

Preferred limit on disk quota blocks

[src]

Set the preferred limit on disk quota blocks allocated.

[src]

Current occupied space (bytes).

[src]

Maximum number of allocated inodes.

[src]

Set the maximum number of allocated inodes.

[src]

Preferred inode limit

[src]

Set the preferred limit of allocated inodes.

[src]

Current number of allocated inodes.

[src]

Time limit for excessive disk use.

[src]

Set the time limit for excessive disk use.

[src]

Time limit for excessive files.

[src]

Set the time limit for excessive files.

Trait Implementations

impl Clone for Dqblk
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Dqblk
[src]

impl Default for Dqblk
[src]

[src]

Returns the "default value" for a type. Read more