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