#[repr(C)]pub struct dm_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§
Auto Trait Implementations§
impl Freeze for dm_versions
impl RefUnwindSafe for dm_versions
impl Send for dm_versions
impl Sync for dm_versions
impl Unpin for dm_versions
impl UnwindSafe for dm_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