Struct windows_sys::Win32::Storage::Vhd::CREATE_VIRTUAL_DISK_PARAMETERS
#[repr(C)]pub struct CREATE_VIRTUAL_DISK_PARAMETERS {
pub Version: CREATE_VIRTUAL_DISK_VERSION,
pub Anonymous: CREATE_VIRTUAL_DISK_PARAMETERS_0,
}
Fields§
§Version: CREATE_VIRTUAL_DISK_VERSION
§Anonymous: CREATE_VIRTUAL_DISK_PARAMETERS_0
Trait Implementations§
§impl Clone for CREATE_VIRTUAL_DISK_PARAMETERS
impl Clone for CREATE_VIRTUAL_DISK_PARAMETERS
impl Copy for CREATE_VIRTUAL_DISK_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for CREATE_VIRTUAL_DISK_PARAMETERS
impl !Send for CREATE_VIRTUAL_DISK_PARAMETERS
impl !Sync for CREATE_VIRTUAL_DISK_PARAMETERS
impl Unpin for CREATE_VIRTUAL_DISK_PARAMETERS
impl UnwindSafe for CREATE_VIRTUAL_DISK_PARAMETERS
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