#[repr(C)]pub struct _STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE__bindgen_ty_1 {
pub Lev1Depends: __BindgenUnionField<[STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY; 0]>,
pub Lev2Depends: __BindgenUnionField<[STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY; 0]>,
pub bindgen_union_field: u32,
}
Fields§
§Lev1Depends: __BindgenUnionField<[STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY; 0]>
§Lev2Depends: __BindgenUnionField<[STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY; 0]>
§bindgen_union_field: u32
Auto Trait Implementations§
impl Freeze for _STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE__bindgen_ty_1
impl RefUnwindSafe for _STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE__bindgen_ty_1
impl Send for _STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE__bindgen_ty_1
impl Sync for _STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE__bindgen_ty_1
impl Unpin for _STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE__bindgen_ty_1
impl UnwindSafe for _STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE__bindgen_ty_1
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