#[repr(C)]pub struct dm_status_thin {
pub mapped_sectors: u64,
pub highest_mapped_sector: u64,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>,
pub __bindgen_padding_0: u32,
}
Fields§
§mapped_sectors: u64
§highest_mapped_sector: u64
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>
§__bindgen_padding_0: u32
Implementations§
Trait Implementations§
Source§impl Clone for dm_status_thin
impl Clone for dm_status_thin
Source§fn clone(&self) -> dm_status_thin
fn clone(&self) -> dm_status_thin
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for dm_status_thin
impl Debug for dm_status_thin
impl Copy for dm_status_thin
Auto Trait Implementations§
impl Freeze for dm_status_thin
impl RefUnwindSafe for dm_status_thin
impl Send for dm_status_thin
impl Sync for dm_status_thin
impl Unpin for dm_status_thin
impl UnwindSafe for dm_status_thin
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