Struct winapi::wingdi::BLENDFUNCTION
[−]
[src]
pub struct BLENDFUNCTION { pub BlendOp: BYTE, pub BlendFlags: BYTE, pub SourceConstantAlpha: BYTE, pub AlphaFormat: BYTE, }
Fields
BlendOp | |
BlendFlags | |
SourceConstantAlpha | |
AlphaFormat |
Trait Implementations
impl Copy for BLENDFUNCTION
[src]
impl Clone for BLENDFUNCTION
[src]
fn clone(&self) -> BLENDFUNCTION
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