Struct opencv::core::Point_ [−][src]
#[repr(C)]pub struct Point_<T: ValidPointType> {
pub x: T,
pub y: T,
}
Expand description
Fields
x: T
y: T
Implementations
Trait Implementations
impl<P, R> Add<Point_<P>> for Rect_<R> where
P: ValidPointType,
R: ValidRectType + AddAssign<P>,
impl<P, R> Add<Point_<P>> for Rect_<R> where
P: ValidPointType,
R: ValidRectType + AddAssign<P>,
impl<P, R> AddAssign<Point_<P>> for Rect_<R> where
P: ValidPointType,
R: ValidRectType + AddAssign<P>,
impl<P, R> AddAssign<Point_<P>> for Rect_<R> where
P: ValidPointType,
R: ValidRectType + AddAssign<P>,
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<P, R> Sub<Point_<P>> for Rect_<R> where
P: ValidPointType,
R: ValidRectType + SubAssign<P>,
impl<P, R> Sub<Point_<P>> for Rect_<R> where
P: ValidPointType,
R: ValidRectType + SubAssign<P>,
impl<P, R> SubAssign<Point_<P>> for Rect_<R> where
P: ValidPointType,
R: ValidRectType + SubAssign<P>,
impl<P, R> SubAssign<Point_<P>> for Rect_<R> where
P: ValidPointType,
R: ValidRectType + SubAssign<P>,
Performs the -=
operation. Read more
Performs the -=
operation. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for Point_<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Point_<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more