Struct windows_sys::Win32::System::Ioctl::STORAGE_PROPERTY_QUERY
#[repr(C)]pub struct STORAGE_PROPERTY_QUERY {
pub PropertyId: STORAGE_PROPERTY_ID,
pub QueryType: STORAGE_QUERY_TYPE,
pub AdditionalParameters: [u8; 1],
}
Fields§
§PropertyId: STORAGE_PROPERTY_ID
§QueryType: STORAGE_QUERY_TYPE
§AdditionalParameters: [u8; 1]
Trait Implementations§
§impl Clone for STORAGE_PROPERTY_QUERY
impl Clone for STORAGE_PROPERTY_QUERY
impl Copy for STORAGE_PROPERTY_QUERY
Auto Trait Implementations§
impl RefUnwindSafe for STORAGE_PROPERTY_QUERY
impl Send for STORAGE_PROPERTY_QUERY
impl Sync for STORAGE_PROPERTY_QUERY
impl Unpin for STORAGE_PROPERTY_QUERY
impl UnwindSafe for STORAGE_PROPERTY_QUERY
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