#[repr(C)]pub struct dm_target_versions {
pub next: __u32,
pub version: [__u32; 3],
pub name: __IncompleteArrayField<c_char>,
}Fields§
§next: __u32§version: [__u32; 3]§name: __IncompleteArrayField<c_char>Trait Implementations§
Source§impl Debug for dm_target_versions
impl Debug for dm_target_versions
Source§impl Default for dm_target_versions
impl Default for dm_target_versions
Source§fn default() -> dm_target_versions
fn default() -> dm_target_versions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for dm_target_versions
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§
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