#[repr(C)]pub struct ImageInfoSpecificVmdk {
pub create_type: *mut c_char,
pub cid: i64,
pub parent_cid: i64,
pub extents: *mut ImageInfoList,
}Fields§
§create_type: *mut c_char§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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImageInfoSpecificVmdk
impl Debug for ImageInfoSpecificVmdk
impl Copy for ImageInfoSpecificVmdk
Auto Trait Implementations§
impl Freeze for ImageInfoSpecificVmdk
impl RefUnwindSafe for ImageInfoSpecificVmdk
impl !Send for ImageInfoSpecificVmdk
impl !Sync for ImageInfoSpecificVmdk
impl Unpin 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