#[repr(C)]
pub union STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE_0 {
pub Lev1Depends: [STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY; 1],
pub Lev2Depends: [STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY; 1],
}
Expand description
Required features: "Win32_Storage_Vhd"
Fields§
§Lev1Depends: [STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY; 1]
§Lev2Depends: [STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY; 1]
Trait Implementations§
impl Copy for STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE_0
Auto Trait Implementations§
impl RefUnwindSafe for STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE_0
impl Send for STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE_0
impl Sync for STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE_0
impl Unpin for STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE_0
impl UnwindSafe for STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE_0
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