#[repr(C)]pub struct _SCM_PD_PROPERTY_QUERY {
pub Version: DWORD,
pub Size: DWORD,
pub PropertyId: SCM_PD_PROPERTY_ID,
pub QueryType: SCM_PD_QUERY_TYPE,
pub AdditionalParameters: [BYTE; 1],
}
Fields§
§Version: DWORD
§Size: DWORD
§PropertyId: SCM_PD_PROPERTY_ID
§QueryType: SCM_PD_QUERY_TYPE
§AdditionalParameters: [BYTE; 1]
Trait Implementations§
Source§impl Clone for _SCM_PD_PROPERTY_QUERY
impl Clone for _SCM_PD_PROPERTY_QUERY
Source§fn clone(&self) -> _SCM_PD_PROPERTY_QUERY
fn clone(&self) -> _SCM_PD_PROPERTY_QUERY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _SCM_PD_PROPERTY_QUERY
impl Debug for _SCM_PD_PROPERTY_QUERY
Source§impl Ord for _SCM_PD_PROPERTY_QUERY
impl Ord for _SCM_PD_PROPERTY_QUERY
Source§fn cmp(&self, other: &_SCM_PD_PROPERTY_QUERY) -> Ordering
fn cmp(&self, other: &_SCM_PD_PROPERTY_QUERY) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _SCM_PD_PROPERTY_QUERY
impl PartialEq for _SCM_PD_PROPERTY_QUERY
Source§impl PartialOrd for _SCM_PD_PROPERTY_QUERY
impl PartialOrd for _SCM_PD_PROPERTY_QUERY
impl Copy for _SCM_PD_PROPERTY_QUERY
impl Eq for _SCM_PD_PROPERTY_QUERY
impl StructuralPartialEq for _SCM_PD_PROPERTY_QUERY
Auto Trait Implementations§
impl Freeze for _SCM_PD_PROPERTY_QUERY
impl RefUnwindSafe for _SCM_PD_PROPERTY_QUERY
impl Send for _SCM_PD_PROPERTY_QUERY
impl Sync for _SCM_PD_PROPERTY_QUERY
impl Unpin for _SCM_PD_PROPERTY_QUERY
impl UnwindSafe for _SCM_PD_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