#[repr(C)]pub struct STORAGE_PROPERTY_QUERY {
pub PropertyId: STORAGE_PROPERTY_ID,
pub QueryType: STORAGE_QUERY_TYPE,
pub AdditionalParameters: [BYTE; 1],
}
Fields
PropertyId: STORAGE_PROPERTY_ID
QueryType: STORAGE_QUERY_TYPE
AdditionalParameters: [BYTE; 1]
Trait Implementations
sourceimpl Clone for STORAGE_PROPERTY_QUERY
impl Clone for STORAGE_PROPERTY_QUERY
sourcefn clone(&self) -> STORAGE_PROPERTY_QUERY
fn clone(&self) -> STORAGE_PROPERTY_QUERY
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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
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