#[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: i32x offset
y: i32y offset
label: i32Quantization
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 duplicate 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
impl Copy for LineMod_Feature
impl StructuralPartialEq for LineMod_Feature
Auto Trait Implementations§
impl Freeze for LineMod_Feature
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