Struct winapi::windowscodecs::WICRect
[−]
[src]
pub struct WICRect {
pub X: INT,
pub Y: INT,
pub Width: INT,
pub Height: INT,
}Fields
X | |
Y | |
Width | |
Height |
Trait Implementations
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