#[repr(C)]pub struct QUERYCONTEXT {
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 QUERYCONTEXT
impl Clone for QUERYCONTEXT
Source§fn clone(&self) -> QUERYCONTEXT
fn clone(&self) -> QUERYCONTEXT
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 Default for QUERYCONTEXT
impl Default for QUERYCONTEXT
Source§fn default() -> QUERYCONTEXT
fn default() -> QUERYCONTEXT
Returns the “default value” for a type. Read more
impl Copy for QUERYCONTEXT
Auto Trait Implementations§
impl Freeze for QUERYCONTEXT
impl RefUnwindSafe for QUERYCONTEXT
impl Send for QUERYCONTEXT
impl Sync for QUERYCONTEXT
impl Unpin for QUERYCONTEXT
impl UnwindSafe for QUERYCONTEXT
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