Struct windows_sys::Win32::Storage::Vhd::GET_VIRTUAL_DISK_INFO
[−]#[repr(C)]pub struct GET_VIRTUAL_DISK_INFO {
pub Version: GET_VIRTUAL_DISK_INFO_VERSION,
pub Anonymous: GET_VIRTUAL_DISK_INFO_0,
}
Expand description
Required features: "Win32_Storage_Vhd"
, "Win32_Foundation"
Fields
Version: GET_VIRTUAL_DISK_INFO_VERSION
Anonymous: GET_VIRTUAL_DISK_INFO_0
Trait Implementations
impl Clone for GET_VIRTUAL_DISK_INFO
impl Clone for GET_VIRTUAL_DISK_INFO
impl Copy for GET_VIRTUAL_DISK_INFO
Auto Trait Implementations
impl RefUnwindSafe for GET_VIRTUAL_DISK_INFO
impl Send for GET_VIRTUAL_DISK_INFO
impl Sync for GET_VIRTUAL_DISK_INFO
impl Unpin for GET_VIRTUAL_DISK_INFO
impl UnwindSafe for GET_VIRTUAL_DISK_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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