Struct winapi::windowscodecs::WICImageParameters [] [src]

pub struct WICImageParameters {
    pub PixelFormat: D2D1_PIXEL_FORMAT,
    pub DpiX: FLOAT,
    pub DpiY: FLOAT,
    pub Top: FLOAT,
    pub Left: FLOAT,
    pub PixelWidth: FLOAT,
    pub PixelHeight: FLOAT,
}

Fields

PixelFormat: D2D1_PIXEL_FORMAT DpiX: FLOAT DpiY: FLOAT Top: FLOAT Left: FLOAT PixelWidth: FLOAT PixelHeight: FLOAT

Trait Implementations

impl Debug for WICImageParameters
[src]

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

Formats the value using the given formatter.

impl Copy for WICImageParameters
[src]

impl Clone for WICImageParameters
[src]

fn clone(&self) -> WICImageParameters

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