Struct windows_sys::Win32::Storage::Vhd::SET_VIRTUAL_DISK_INFO
[−]#[repr(C)]pub struct SET_VIRTUAL_DISK_INFO {
pub Version: SET_VIRTUAL_DISK_INFO_VERSION,
pub Anonymous: SET_VIRTUAL_DISK_INFO_0,
}
Expand description
Required features: "Win32_Storage_Vhd"
, "Win32_Foundation"
Fields
Version: SET_VIRTUAL_DISK_INFO_VERSION
Anonymous: SET_VIRTUAL_DISK_INFO_0
Trait Implementations
impl Clone for SET_VIRTUAL_DISK_INFO
impl Clone for SET_VIRTUAL_DISK_INFO
impl Copy for SET_VIRTUAL_DISK_INFO
Auto Trait Implementations
impl RefUnwindSafe for SET_VIRTUAL_DISK_INFO
impl !Send for SET_VIRTUAL_DISK_INFO
impl !Sync for SET_VIRTUAL_DISK_INFO
impl Unpin for SET_VIRTUAL_DISK_INFO
impl UnwindSafe for SET_VIRTUAL_DISK_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more