Struct winapi::windowscodecs::WICRect [] [src]

pub struct WICRect {
    pub X: INT,
    pub Y: INT,
    pub Width: INT,
    pub Height: INT,
}

Fields

X: INT Y: INT Width: INT Height: INT

Trait Implementations

impl Debug for WICRect
[src]

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

Formats the value using the given formatter.

impl Copy for WICRect
[src]

impl Clone for WICRect
[src]

fn clone(&self) -> WICRect

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