Struct window::Size
[−]
[src]
pub struct Size { pub width: u32, pub height: u32, }
Size in pixels.
Fields
width | The width in pixels. |
height | The height in pixels. |
pub struct Size { pub width: u32, pub height: u32, }
Size in pixels.
width | The width in pixels. |
height | The height in pixels. |
impl From<[u32; 2]> for Size
impl From<(u32, u32)> for Size
impl Clone for Size
fn clone(&self) -> Size
fn clone_from(&mut self, source: &Self)
impl Copy for Size
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
).