#[repr(C)]pub struct STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE {
pub ResponseLevel: u32,
pub NumberEntries: u32,
pub Anonymous: STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE_0,
}
Expand description
Required features: "Win32_System_Ioctl"
, "Win32_Storage_Vhd"
Fields
ResponseLevel: u32
NumberEntries: u32
Anonymous: STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE_0
Trait Implementations
impl Copy for STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE
impl Send for STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE
impl Sync for STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE
impl Unpin for STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE
impl UnwindSafe for STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE
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