Struct devicemapper_sys::dm_name_list
source · [−]#[repr(C)]pub struct dm_name_list {
pub dev: __u64,
pub next: __u32,
pub name: __IncompleteArrayField<c_char>,
}Fields
dev: __u64next: __u32name: __IncompleteArrayField<c_char>Trait Implementations
sourceimpl Debug for dm_name_list
impl Debug for dm_name_list
sourceimpl Default for dm_name_list
impl Default for dm_name_list
sourcefn default() -> dm_name_list
fn default() -> dm_name_list
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for dm_name_list
impl Send for dm_name_list
impl Sync for dm_name_list
impl Unpin for dm_name_list
impl UnwindSafe for dm_name_list
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