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