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 |
pub struct SMALL_RECT {
pub Left: SHORT,
pub Top: SHORT,
pub Right: SHORT,
pub Bottom: SHORT,
}Left | |
Top | |
Right | |
Bottom |
impl Debug for SMALL_RECTimpl Copy for SMALL_RECTimpl Clone for SMALL_RECTfn clone(&self) -> SMALL_RECTfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).