Struct panda_sys::BlockDeviceInfo [−][src]
#[repr(C)]pub struct BlockDeviceInfo {}Show fields
pub file: *mut c_char, pub has_node_name: bool, pub node_name: *mut c_char, pub ro: bool, pub drv: *mut c_char, pub has_backing_file: bool, pub backing_file: *mut c_char, pub backing_file_depth: i64, pub encrypted: bool, pub encryption_key_missing: bool, pub detect_zeroes: BlockdevDetectZeroesOptions, pub bps: i64, pub bps_rd: i64, pub bps_wr: i64, pub iops: i64, pub iops_rd: i64, pub iops_wr: i64, pub image: *mut ImageInfo, pub has_bps_max: bool, pub bps_max: i64, pub has_bps_rd_max: bool, pub bps_rd_max: i64, pub has_bps_wr_max: bool, pub bps_wr_max: i64, pub has_iops_max: bool, pub iops_max: i64, pub has_iops_rd_max: bool, pub iops_rd_max: i64, pub has_iops_wr_max: bool, pub iops_wr_max: i64, pub has_bps_max_length: bool, pub bps_max_length: i64, pub has_bps_rd_max_length: bool, pub bps_rd_max_length: i64, pub has_bps_wr_max_length: bool, pub bps_wr_max_length: i64, pub has_iops_max_length: bool, pub iops_max_length: i64, pub has_iops_rd_max_length: bool, pub iops_rd_max_length: i64, pub has_iops_wr_max_length: bool, pub iops_wr_max_length: i64, pub has_iops_size: bool, pub iops_size: i64, pub has_group: bool, pub group: *mut c_char, pub cache: *mut BlockdevCacheInfo, pub write_threshold: i64,
Fields
file: *mut c_charhas_node_name: boolnode_name: *mut c_charro: booldrv: *mut c_charhas_backing_file: boolbacking_file: *mut c_charbacking_file_depth: i64encrypted: boolencryption_key_missing: booldetect_zeroes: BlockdevDetectZeroesOptionsbps: i64bps_rd: i64bps_wr: i64iops: i64iops_rd: i64iops_wr: i64image: *mut ImageInfohas_bps_max: boolbps_max: i64has_bps_rd_max: boolbps_rd_max: i64has_bps_wr_max: boolbps_wr_max: i64has_iops_max: booliops_max: i64has_iops_rd_max: booliops_rd_max: i64has_iops_wr_max: booliops_wr_max: i64has_bps_max_length: boolbps_max_length: i64has_bps_rd_max_length: boolbps_rd_max_length: i64has_bps_wr_max_length: boolbps_wr_max_length: i64has_iops_max_length: booliops_max_length: i64has_iops_rd_max_length: booliops_rd_max_length: i64has_iops_wr_max_length: booliops_wr_max_length: i64has_iops_size: booliops_size: i64has_group: boolgroup: *mut c_charcache: *mut BlockdevCacheInfowrite_threshold: i64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockDeviceInfoimpl !Send for BlockDeviceInfoimpl !Sync for BlockDeviceInfoimpl Unpin for BlockDeviceInfoimpl UnwindSafe for BlockDeviceInfoBlanket Implementations
Mutably borrows from an owned value. Read more