#[repr(C)]pub struct _STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE {
pub ResponseLevel: DWORD,
pub NumberEntries: DWORD,
pub __bindgen_anon_1: _STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE__bindgen_ty_1,
}
Fields§
§ResponseLevel: DWORD
§NumberEntries: DWORD
§__bindgen_anon_1: _STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for _STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE
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§
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