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