#[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 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 moreSource§impl Debug for tagLOGCOLORSPACEA
impl Debug for tagLOGCOLORSPACEA
impl Copy 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