#[repr(C)]pub struct dm_info {
pub exists: c_int,
pub suspended: c_int,
pub live_table: c_int,
pub inactive_table: c_int,
pub open_count: i32,
pub event_nr: u32,
pub major: u32,
pub minor: u32,
pub read_only: c_int,
pub target_count: i32,
pub deferred_remove: c_int,
pub internal_suspend: c_int,
}
Fields§
§exists: c_int
§suspended: c_int
§live_table: c_int
§inactive_table: c_int
§open_count: i32
§event_nr: u32
§major: u32
§minor: u32
§read_only: c_int
§target_count: i32
§deferred_remove: c_int
§internal_suspend: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dm_info
impl RefUnwindSafe for dm_info
impl Send for dm_info
impl Sync for dm_info
impl Unpin for dm_info
impl UnwindSafe for dm_info
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more