Struct winapi::dcommon::D2D1_PIXEL_FORMAT
[−]
[src]
pub struct D2D1_PIXEL_FORMAT { pub format: DXGI_FORMAT, pub alphaMode: D2D1_ALPHA_MODE, }
Fields
format | |
alphaMode |
Trait Implementations
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