#[repr(C)]pub struct QUERY_CHANGES_VIRTUAL_DISK_RANGE {
pub ByteOffset: u64,
pub ByteLength: u64,
pub Reserved: u64,
}
Expand description
Required features: "Win32_Storage_Vhd"
Fields
ByteOffset: u64
ByteLength: u64
Reserved: u64
Trait Implementations
impl Clone for QUERY_CHANGES_VIRTUAL_DISK_RANGE
impl Clone for QUERY_CHANGES_VIRTUAL_DISK_RANGE
impl Copy for QUERY_CHANGES_VIRTUAL_DISK_RANGE
Auto Trait Implementations
impl RefUnwindSafe for QUERY_CHANGES_VIRTUAL_DISK_RANGE
impl Send for QUERY_CHANGES_VIRTUAL_DISK_RANGE
impl Sync for QUERY_CHANGES_VIRTUAL_DISK_RANGE
impl Unpin for QUERY_CHANGES_VIRTUAL_DISK_RANGE
impl UnwindSafe for QUERY_CHANGES_VIRTUAL_DISK_RANGE
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