Struct cgroups_rs::blkio::BlkIoData
source · [−]Expand description
Per-device information
Fields
major: i16The major number of the device.
minor: i16The minor number of the device.
data: u64The data that is associated with the device.
Trait Implementations
impl Eq for BlkIoData
impl StructuralEq for BlkIoData
impl StructuralPartialEq for BlkIoData
Auto Trait Implementations
impl RefUnwindSafe for BlkIoData
impl Send for BlkIoData
impl Sync for BlkIoData
impl Unpin for BlkIoData
impl UnwindSafe for BlkIoData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more