#[repr(C)]pub struct dm_target_deps {
pub count: __u32,
pub padding: __u32,
pub dev: __IncompleteArrayField<__u64>,
}Fields§
§count: __u32§padding: __u32§dev: __IncompleteArrayField<__u64>Trait Implementations§
Source§impl Debug for dm_target_deps
impl Debug for dm_target_deps
Source§impl Default for dm_target_deps
impl Default for dm_target_deps
Source§fn default() -> dm_target_deps
fn default() -> dm_target_deps
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for dm_target_deps
impl RefUnwindSafe for dm_target_deps
impl Send for dm_target_deps
impl Sync for dm_target_deps
impl Unpin for dm_target_deps
impl UnwindSafe for dm_target_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