Struct winapi::wincon::SMALL_RECT
[−]
[src]
pub struct SMALL_RECT {
pub Left: SHORT,
pub Top: SHORT,
pub Right: SHORT,
pub Bottom: SHORT,
}Fields
Left | |
Top | |
Right | |
Bottom |
Trait Implementations
impl Copy for SMALL_RECT[src]
impl Clone for SMALL_RECT[src]
fn clone(&self) -> SMALL_RECT
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