Struct opencv::core::Size [] [src]

pub struct Size {
    pub width: i32,
    pub height: i32,
}

Fields

width
height

Trait Implementations

Derived Implementations

impl PartialEq for Size

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

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

impl Debug for Size

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

impl Clone for Size

fn clone(&self) -> Size

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

impl Copy for Size