#[repr(C)]pub struct CompressedMarkerLabelsInfo {
pub marker_label_pixel_count: u32,
pub contour_pixel_count: u32,
pub contour_pixels_found: u32,
pub contour_first_pixel_location: Point,
pub marker_label_bounding_box: Rectangle,
}Fields§
§marker_label_pixel_count: u32§contour_pixel_count: u32§contour_pixels_found: u32§contour_first_pixel_location: Point§marker_label_bounding_box: RectangleTrait Implementations§
Source§impl Clone for CompressedMarkerLabelsInfo
impl Clone for CompressedMarkerLabelsInfo
Source§fn clone(&self) -> CompressedMarkerLabelsInfo
fn clone(&self) -> CompressedMarkerLabelsInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CompressedMarkerLabelsInfo
Source§impl Debug for CompressedMarkerLabelsInfo
impl Debug for CompressedMarkerLabelsInfo
Source§impl Default for CompressedMarkerLabelsInfo
impl Default for CompressedMarkerLabelsInfo
Source§fn default() -> CompressedMarkerLabelsInfo
fn default() -> CompressedMarkerLabelsInfo
Returns the “default value” for a type. Read more
impl Eq for CompressedMarkerLabelsInfo
Source§impl From<CompressedMarkerLabelsInfo> for NppiCompressedMarkerLabelsInfo
impl From<CompressedMarkerLabelsInfo> for NppiCompressedMarkerLabelsInfo
Source§fn from(value: CompressedMarkerLabelsInfo) -> Self
fn from(value: CompressedMarkerLabelsInfo) -> Self
Converts to this type from the input type.
Source§impl From<NppiCompressedMarkerLabelsInfo> for CompressedMarkerLabelsInfo
impl From<NppiCompressedMarkerLabelsInfo> for CompressedMarkerLabelsInfo
Source§fn from(value: NppiCompressedMarkerLabelsInfo) -> Self
fn from(value: NppiCompressedMarkerLabelsInfo) -> Self
Converts to this type from the input type.
Source§impl Hash for CompressedMarkerLabelsInfo
impl Hash for CompressedMarkerLabelsInfo
Source§impl Ord for CompressedMarkerLabelsInfo
impl Ord for CompressedMarkerLabelsInfo
Source§fn cmp(&self, other: &CompressedMarkerLabelsInfo) -> Ordering
fn cmp(&self, other: &CompressedMarkerLabelsInfo) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CompressedMarkerLabelsInfo
impl PartialEq for CompressedMarkerLabelsInfo
Source§fn eq(&self, other: &CompressedMarkerLabelsInfo) -> bool
fn eq(&self, other: &CompressedMarkerLabelsInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CompressedMarkerLabelsInfo
impl PartialOrd for CompressedMarkerLabelsInfo
impl StructuralPartialEq for CompressedMarkerLabelsInfo
Auto Trait Implementations§
impl Freeze for CompressedMarkerLabelsInfo
impl RefUnwindSafe for CompressedMarkerLabelsInfo
impl Send for CompressedMarkerLabelsInfo
impl Sync for CompressedMarkerLabelsInfo
impl Unpin for CompressedMarkerLabelsInfo
impl UnsafeUnpin for CompressedMarkerLabelsInfo
impl UnwindSafe for CompressedMarkerLabelsInfo
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