Struct btrfs::ctypes::IoctlSpaceInfo [] [src]

pub struct IoctlSpaceInfo {
    pub flags: u64,
    pub total_bytes: u64,
    pub used_bytes: u64,
}

Fields

Trait Implementations

impl Copy for IoctlSpaceInfo
[src]

impl Clone for IoctlSpaceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IoctlSpaceInfo
[src]

Formats the value using the given formatter.