Struct panda_sys::BlockStats [−][src]
#[repr(C)]pub struct BlockStats { pub has_device: bool, pub device: *mut c_char, pub has_node_name: bool, pub node_name: *mut c_char, pub stats: *mut BlockDeviceStats, pub has_parent: bool, pub parent: *mut BlockStats, pub has_backing: bool, pub backing: *mut BlockStats, }
Fields
has_device: booldevice: *mut c_charhas_node_name: boolnode_name: *mut c_charstats: *mut BlockDeviceStatshas_parent: boolparent: *mut BlockStatshas_backing: boolbacking: *mut BlockStatsTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockStatsimpl !Send for BlockStatsimpl !Sync for BlockStatsimpl Unpin for BlockStatsimpl UnwindSafe for BlockStatsBlanket Implementations
Mutably borrows from an owned value. Read more