#[repr(C)]pub struct tagLOGCOLORSPACEW {
pub lcsSignature: DWORD,
pub lcsVersion: DWORD,
pub lcsSize: DWORD,
pub lcsCSType: LCSCSTYPE,
pub lcsIntent: LCSGAMUTMATCH,
pub lcsEndpoints: CIEXYZTRIPLE,
pub lcsGammaRed: DWORD,
pub lcsGammaGreen: DWORD,
pub lcsGammaBlue: DWORD,
pub lcsFilename: [WCHAR; 260],
}
Fields§
§lcsSignature: DWORD
§lcsVersion: DWORD
§lcsSize: DWORD
§lcsCSType: LCSCSTYPE
§lcsIntent: LCSGAMUTMATCH
§lcsEndpoints: CIEXYZTRIPLE
§lcsGammaRed: DWORD
§lcsGammaGreen: DWORD
§lcsGammaBlue: DWORD
§lcsFilename: [WCHAR; 260]
Trait Implementations§
Source§impl Clone for tagLOGCOLORSPACEW
impl Clone for tagLOGCOLORSPACEW
Source§fn clone(&self) -> tagLOGCOLORSPACEW
fn clone(&self) -> tagLOGCOLORSPACEW
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 tagLOGCOLORSPACEW
impl Debug for tagLOGCOLORSPACEW
Source§impl Ord for tagLOGCOLORSPACEW
impl Ord for tagLOGCOLORSPACEW
Source§fn cmp(&self, other: &tagLOGCOLORSPACEW) -> Ordering
fn cmp(&self, other: &tagLOGCOLORSPACEW) -> 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 tagLOGCOLORSPACEW
impl PartialEq for tagLOGCOLORSPACEW
Source§impl PartialOrd for tagLOGCOLORSPACEW
impl PartialOrd for tagLOGCOLORSPACEW
impl Copy for tagLOGCOLORSPACEW
impl Eq for tagLOGCOLORSPACEW
impl StructuralPartialEq for tagLOGCOLORSPACEW
Auto Trait Implementations§
impl Freeze for tagLOGCOLORSPACEW
impl RefUnwindSafe for tagLOGCOLORSPACEW
impl Send for tagLOGCOLORSPACEW
impl Sync for tagLOGCOLORSPACEW
impl Unpin for tagLOGCOLORSPACEW
impl UnwindSafe for tagLOGCOLORSPACEW
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