pub struct VZDiskImageStorageDeviceAttachment(/* private fields */);Expand description
configure of disk image storage device attachment
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VZDiskImageStorageDeviceAttachment
impl RefUnwindSafe for VZDiskImageStorageDeviceAttachment
impl !Send for VZDiskImageStorageDeviceAttachment
impl !Sync for VZDiskImageStorageDeviceAttachment
impl Unpin for VZDiskImageStorageDeviceAttachment
impl UnwindSafe for VZDiskImageStorageDeviceAttachment
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