Struct windows_sys::Win32::Storage::Vhd::GET_VIRTUAL_DISK_INFO_0_3
#[repr(C)]pub struct GET_VIRTUAL_DISK_INFO_0_3 {
pub VirtualSize: u64,
pub PhysicalSize: u64,
pub BlockSize: u32,
pub SectorSize: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§VirtualSize: u64
§PhysicalSize: u64
§BlockSize: u32
§SectorSize: u32
Trait Implementations§
§impl Clone for GET_VIRTUAL_DISK_INFO_0_3
impl Clone for GET_VIRTUAL_DISK_INFO_0_3
impl Copy for GET_VIRTUAL_DISK_INFO_0_3
Auto Trait Implementations§
impl RefUnwindSafe for GET_VIRTUAL_DISK_INFO_0_3
impl Send for GET_VIRTUAL_DISK_INFO_0_3
impl Sync for GET_VIRTUAL_DISK_INFO_0_3
impl Unpin for GET_VIRTUAL_DISK_INFO_0_3
impl UnwindSafe for GET_VIRTUAL_DISK_INFO_0_3
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