Struct opencv::core::Size2f
[−]
[src]
pub struct Size2f { pub width: f32, pub height: f32, }
Fields
width | |
height |
pub struct Size2f { pub width: f32, pub height: f32, }
width | |
height |
impl PartialEq for Size2f
impl Debug for Size2f
impl Clone for Size2f
fn clone(&self) -> Size2f
fn clone_from(&mut self, source: &Self)
impl Copy for Size2f