Struct opencv::rgbd::LineMod_Feature
source · #[repr(C)]pub struct LineMod_Feature {
pub x: i32,
pub y: i32,
pub label: i32,
}
Expand description
\brief Discriminant feature described by its location and label.
Fields§
§x: i32
x offset
y: i32
y offset
label: i32
Quantization
Implementations§
Trait Implementations§
source§impl Clone for LineMod_Feature
impl Clone for LineMod_Feature
source§fn clone(&self) -> LineMod_Feature
fn clone(&self) -> LineMod_Feature
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LineMod_Feature
impl Debug for LineMod_Feature
source§impl PartialEq for LineMod_Feature
impl PartialEq for LineMod_Feature
source§fn eq(&self, other: &LineMod_Feature) -> bool
fn eq(&self, other: &LineMod_Feature) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LineMod_Feature
impl StructuralPartialEq for LineMod_Feature
impl VectorElement for LineMod_Feature
Auto Trait Implementations§
impl RefUnwindSafe for LineMod_Feature
impl Send for LineMod_Feature
impl Sync for LineMod_Feature
impl Unpin for LineMod_Feature
impl UnwindSafe for LineMod_Feature
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more