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