[−][src]Struct opencv::core::Rect_
Fields
x: Ty: Twidth: Theight: TMethods
impl<T: ValidRectType> Rect_<T>[src]
impl<T: ValidRectType + ValidPointType> Rect_<T>[src]
impl<T: ValidRectType + ValidPointType + Add<T, Output = T>> Rect_<T>[src]
impl<T: ValidRectType + ValidSizeType> Rect_<T>[src]
impl<T: ValidRectType + Mul<T, Output = T>> Rect_<T>[src]
impl<T: ValidRectType + Zero + PartialOrd> Rect_<T>[src]
impl<T: ValidRectType + ValidPointType + Add<T, Output = T> + PartialOrd> Rect_<T>[src]
Trait Implementations
impl<T: PartialEq + ValidRectType> PartialEq<Rect_<T>> for Rect_<T>[src]
impl<T: Clone + ValidRectType> Clone for Rect_<T>[src]
fn clone(&self) -> Rect_<T>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<T: ValidRectType + Default> Default for Rect_<T>[src]
impl<T: Copy + ValidRectType> Copy for Rect_<T>[src]
impl<T: Debug + ValidRectType> Debug for Rect_<T>[src]
impl<P, R> Add<Point_<P>> for Rect_<R> where
P: ValidPointType,
R: ValidRectType + AddAssign<P>, [src]
P: ValidPointType,
R: ValidRectType + AddAssign<P>,
type Output = Rect_<R>
The resulting type after applying the + operator.
fn add(self, rhs: Point_<P>) -> Self::Output[src]
impl<S, R> Add<Size_<S>> for Rect_<R> where
S: ValidSizeType,
R: ValidRectType + AddAssign<S>, [src]
S: ValidSizeType,
R: ValidRectType + AddAssign<S>,
type Output = Rect_<R>
The resulting type after applying the + operator.
fn add(self, rhs: Size_<S>) -> Self::Output[src]
impl<P, R> Sub<Point_<P>> for Rect_<R> where
P: ValidPointType,
R: ValidRectType + SubAssign<P>, [src]
P: ValidPointType,
R: ValidRectType + SubAssign<P>,
type Output = Rect_<R>
The resulting type after applying the - operator.
fn sub(self, rhs: Point_<P>) -> Self::Output[src]
impl<S, R> Sub<Size_<S>> for Rect_<R> where
S: ValidSizeType,
R: ValidRectType + SubAssign<S>, [src]
S: ValidSizeType,
R: ValidRectType + SubAssign<S>,
type Output = Rect_<R>
The resulting type after applying the - operator.
fn sub(self, rhs: Size_<S>) -> Self::Output[src]
impl<P, R> AddAssign<Point_<P>> for Rect_<R> where
P: ValidPointType,
R: ValidRectType + AddAssign<P>, [src]
P: ValidPointType,
R: ValidRectType + AddAssign<P>,
fn add_assign(&mut self, rhs: Point_<P>)[src]
impl<S, R> AddAssign<Size_<S>> for Rect_<R> where
S: ValidSizeType,
R: ValidRectType + AddAssign<S>, [src]
S: ValidSizeType,
R: ValidRectType + AddAssign<S>,
fn add_assign(&mut self, rhs: Size_<S>)[src]
impl<P, R> SubAssign<Point_<P>> for Rect_<R> where
P: ValidPointType,
R: ValidRectType + SubAssign<P>, [src]
P: ValidPointType,
R: ValidRectType + SubAssign<P>,
fn sub_assign(&mut self, rhs: Point_<P>)[src]
impl<S, R> SubAssign<Size_<S>> for Rect_<R> where
S: ValidSizeType,
R: ValidRectType + SubAssign<S>, [src]
S: ValidSizeType,
R: ValidRectType + SubAssign<S>,
fn sub_assign(&mut self, rhs: Size_<S>)[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,