#[repr(C)]pub struct dm_deps {
pub count: u32,
pub filler: u32,
pub device: __IncompleteArrayField<u64>,
pub __bindgen_align: [u64; 0],
}
Fields§
§count: u32
§filler: u32
§device: __IncompleteArrayField<u64>
§__bindgen_align: [u64; 0]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dm_deps
impl RefUnwindSafe for dm_deps
impl Send for dm_deps
impl Sync for dm_deps
impl Unpin for dm_deps
impl UnwindSafe for dm_deps
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