#[repr(C)]pub struct tagCHOOSECOLORA {
    pub lStructSize: DWORD,
    pub hwndOwner: HWND,
    pub hInstance: HWND,
    pub rgbResult: COLORREF,
    pub lpCustColors: *mut COLORREF,
    pub Flags: DWORD,
    pub lCustData: LPARAM,
    pub lpfnHook: LPCCHOOKPROC,
    pub lpTemplateName: LPCSTR,
}Fields§
§lStructSize: DWORD§hwndOwner: HWND§hInstance: HWND§rgbResult: COLORREF§lpCustColors: *mut COLORREF§Flags: DWORD§lCustData: LPARAM§lpfnHook: LPCCHOOKPROC§lpTemplateName: LPCSTRTrait Implementations§
Source§impl Clone for tagCHOOSECOLORA
 
impl Clone for tagCHOOSECOLORA
Source§fn clone(&self) -> tagCHOOSECOLORA
 
fn clone(&self) -> tagCHOOSECOLORA
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 tagCHOOSECOLORA
 
impl Debug for tagCHOOSECOLORA
Source§impl Ord for tagCHOOSECOLORA
 
impl Ord for tagCHOOSECOLORA
Source§fn cmp(&self, other: &tagCHOOSECOLORA) -> Ordering
 
fn cmp(&self, other: &tagCHOOSECOLORA) -> 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 tagCHOOSECOLORA
 
impl PartialEq for tagCHOOSECOLORA
Source§impl PartialOrd for tagCHOOSECOLORA
 
impl PartialOrd for tagCHOOSECOLORA
impl Copy for tagCHOOSECOLORA
impl Eq for tagCHOOSECOLORA
impl StructuralPartialEq for tagCHOOSECOLORA
Auto Trait Implementations§
impl Freeze for tagCHOOSECOLORA
impl RefUnwindSafe for tagCHOOSECOLORA
impl !Send for tagCHOOSECOLORA
impl !Sync for tagCHOOSECOLORA
impl Unpin for tagCHOOSECOLORA
impl UnwindSafe for tagCHOOSECOLORA
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