Struct winapi::wingdi::BLENDFUNCTION [] [src]

pub struct BLENDFUNCTION {
    pub BlendOp: BYTE,
    pub BlendFlags: BYTE,
    pub SourceConstantAlpha: BYTE,
    pub AlphaFormat: BYTE,
}

Fields

BlendOp: BYTE BlendFlags: BYTE SourceConstantAlpha: BYTE AlphaFormat: BYTE

Trait Implementations

impl Debug for BLENDFUNCTION
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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