#[repr(C)]pub struct tagQUERYCONTEXT {
pub dwContext: DWORD,
pub Platform: CSPLATFORM,
pub Locale: LCID,
pub dwVersionHi: DWORD,
pub dwVersionLo: DWORD,
}
Fields§
§dwContext: DWORD
§Platform: CSPLATFORM
§Locale: LCID
§dwVersionHi: DWORD
§dwVersionLo: DWORD
Trait Implementations§
Source§impl Clone for tagQUERYCONTEXT
impl Clone for tagQUERYCONTEXT
Source§fn clone(&self) -> tagQUERYCONTEXT
fn clone(&self) -> tagQUERYCONTEXT
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 tagQUERYCONTEXT
impl Debug for tagQUERYCONTEXT
Source§impl Ord for tagQUERYCONTEXT
impl Ord for tagQUERYCONTEXT
Source§fn cmp(&self, other: &tagQUERYCONTEXT) -> Ordering
fn cmp(&self, other: &tagQUERYCONTEXT) -> 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 tagQUERYCONTEXT
impl PartialEq for tagQUERYCONTEXT
Source§impl PartialOrd for tagQUERYCONTEXT
impl PartialOrd for tagQUERYCONTEXT
impl Copy for tagQUERYCONTEXT
impl Eq for tagQUERYCONTEXT
impl StructuralPartialEq for tagQUERYCONTEXT
Auto Trait Implementations§
impl Freeze for tagQUERYCONTEXT
impl RefUnwindSafe for tagQUERYCONTEXT
impl Send for tagQUERYCONTEXT
impl Sync for tagQUERYCONTEXT
impl Unpin for tagQUERYCONTEXT
impl UnwindSafe for tagQUERYCONTEXT
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