Struct kernel::graphics::size::Size
[−]
[src]
pub struct Size { pub width: usize, pub height: usize, }
A size
Fields
width | |
height |
pub struct Size { pub width: usize, pub height: usize, }
A size
width | |
height |
impl Size
impl Add for Size
impl Sub for Size
impl Clone for Size
fn clone(&self) -> Size
fn clone_from(&mut self, source: &Self)
impl Copy for Size