Struct winapi::d2dbasetypes::D2D_RECT_U
[−]
[src]
pub struct D2D_RECT_U { pub left: UINT32, pub top: UINT32, pub right: UINT32, pub bottom: UINT32, }
Fields
left | |
top | |
right | |
bottom |
Trait Implementations
impl Copy for D2D_RECT_U
[src]
impl Clone for D2D_RECT_U
[src]
fn clone(&self) -> D2D_RECT_U
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