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_RECT
impl Copy for SMALL_RECT
impl Clone for SMALL_RECT
fn clone(&self) -> SMALL_RECT
fn 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
).