Struct opencv::core::Size_ [−][src]
#[repr(C)]pub struct Size_<T: ValidSizeType> {
pub width: T,
pub height: T,
}
Expand description
Fields
width: T
height: T
Implementations
Trait Implementations
impl<S, R> AddAssign<Size_<S>> for Rect_<R> where
S: ValidSizeType,
R: ValidRectType + AddAssign<S>,
impl<S, R> AddAssign<Size_<S>> for Rect_<R> where
S: ValidSizeType,
R: ValidRectType + AddAssign<S>,
Performs the +=
operation. Read more
Performs the +=
operation. Read more
Performs the /=
operation. Read more
Performs the *=
operation. Read more
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
impl<S, R> SubAssign<Size_<S>> for Rect_<R> where
S: ValidSizeType,
R: ValidRectType + SubAssign<S>,
impl<S, R> SubAssign<Size_<S>> for Rect_<R> where
S: ValidSizeType,
R: ValidRectType + SubAssign<S>,
Performs the -=
operation. Read more
Performs the -=
operation. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for Size_<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Size_<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more