Struct winapi::dcommon::D2D1_PIXEL_FORMAT [] [src]

pub struct D2D1_PIXEL_FORMAT {
    pub format: DXGI_FORMAT,
    pub alphaMode: D2D1_ALPHA_MODE,
}

Fields

format: DXGI_FORMAT alphaMode: D2D1_ALPHA_MODE

Trait Implementations

impl Debug for D2D1_PIXEL_FORMAT
[src]

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

Formats the value using the given formatter.

impl Copy for D2D1_PIXEL_FORMAT
[src]

impl Clone for D2D1_PIXEL_FORMAT
[src]

fn clone(&self) -> D2D1_PIXEL_FORMAT

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