#[repr(C)]pub struct ImageInfoSpecificVmdk {
pub create_type: *mut i8,
pub cid: i64,
pub parent_cid: i64,
pub extents: *mut ImageInfoList,
}Fields§
§create_type: *mut i8§cid: i64§parent_cid: i64§extents: *mut ImageInfoListTrait Implementations§
Source§impl Clone for ImageInfoSpecificVmdk
impl Clone for ImageInfoSpecificVmdk
Source§fn clone(&self) -> ImageInfoSpecificVmdk
fn clone(&self) -> ImageInfoSpecificVmdk
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImageInfoSpecificVmdk
Auto Trait Implementations§
impl !Send for ImageInfoSpecificVmdk
impl !Sync for ImageInfoSpecificVmdk
impl Freeze for ImageInfoSpecificVmdk
impl RefUnwindSafe for ImageInfoSpecificVmdk
impl Unpin for ImageInfoSpecificVmdk
impl UnsafeUnpin for ImageInfoSpecificVmdk
impl UnwindSafe for ImageInfoSpecificVmdk
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