Struct opencv::core::Size2f [] [src]

pub struct Size2f {
    pub width: f32,
    pub height: f32,
}

Fields

width
height

Trait Implementations

Derived Implementations

impl PartialEq for Size2f

fn eq(&self, __arg_0: &Size2f) -> bool

fn ne(&self, __arg_0: &Size2f) -> bool

impl Debug for Size2f

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Size2f

fn clone(&self) -> Size2f

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for Size2f