#[repr(C, packed(1))]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: LPCWSTRTrait Implementations§
Source§impl Clone for tagCHOOSECOLORW
impl Clone for tagCHOOSECOLORW
Source§fn clone(&self) -> tagCHOOSECOLORW
fn clone(&self) -> tagCHOOSECOLORW
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 moreimpl Copy 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