#[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: DWORDTrait Implementations§
Source§impl Clone for tagQUERYCONTEXT
impl Clone for tagQUERYCONTEXT
Source§fn clone(&self) -> tagQUERYCONTEXT
fn clone(&self) -> tagQUERYCONTEXT
Returns a duplicate 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
impl Copy 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