Struct winapi::wingdi::LAYERPLANEDESCRIPTOR
[−]
[src]
pub struct LAYERPLANEDESCRIPTOR {
pub nSize: WORD,
pub nVersion: WORD,
pub dwFlags: DWORD,
pub iPixelType: BYTE,
pub cColorBits: BYTE,
pub cRedBits: BYTE,
pub cRedShift: BYTE,
pub cGreenBits: BYTE,
pub cGreenShift: BYTE,
pub cBlueBits: BYTE,
pub cBlueShift: BYTE,
pub cAlphaBits: BYTE,
pub cAlphaShift: BYTE,
pub cAccumBits: BYTE,
pub cAccumRedBits: BYTE,
pub cAccumGreenBits: BYTE,
pub cAccumBlueBits: BYTE,
pub cAccumAlphaBits: BYTE,
pub cDepthBits: BYTE,
pub cStencilBits: BYTE,
pub cAuxBuffers: BYTE,
pub iLayerPlane: BYTE,
pub bReserved: BYTE,
pub crTransparent: COLORREF,
}Fields
nSize | |
nVersion | |
dwFlags | |
iPixelType | |
cColorBits | |
cRedBits | |
cRedShift | |
cGreenBits | |
cGreenShift | |
cBlueBits | |
cBlueShift | |
cAlphaBits | |
cAlphaShift | |
cAccumBits | |
cAccumRedBits | |
cAccumGreenBits | |
cAccumBlueBits | |
cAccumAlphaBits | |
cDepthBits | |
cStencilBits | |
cAuxBuffers | |
iLayerPlane | |
bReserved | |
crTransparent |
Trait Implementations
impl Copy for LAYERPLANEDESCRIPTOR[src]
impl Clone for LAYERPLANEDESCRIPTOR[src]
fn clone(&self) -> LAYERPLANEDESCRIPTOR
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more