Struct devicemapper_sys::dm_target_deps
source · [−]#[repr(C)]pub struct dm_target_deps {
pub count: __u32,
pub padding: __u32,
pub dev: __IncompleteArrayField<__u64>,
}Fields
count: __u32padding: __u32dev: __IncompleteArrayField<__u64>Trait Implementations
sourceimpl Debug for dm_target_deps
impl Debug for dm_target_deps
sourceimpl Default for dm_target_deps
impl Default for dm_target_deps
sourcefn default() -> dm_target_deps
fn default() -> dm_target_deps
Returns the “default value” for a type. Read more
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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