#[repr(C)]pub struct ContourPixelGeometryInfo {Show 14 fields
pub contour_ordered_geometry_location: Point,
pub previous_contour_pixel_location: Point,
pub contour_center_pixel_location: Point,
pub next_contour_pixel_location: Point,
pub order_index: i32,
pub reverse_order_index: i32,
pub first_index: u32,
pub last_index: u32,
pub next_contour_pixel_index: u32,
pub previous_contour_pixel_index: u32,
pub pixel_already_used: u8,
pub already_linked: u8,
pub already_output: u8,
pub contour_interior_direction: u8,
}Fields§
§contour_ordered_geometry_location: Point§previous_contour_pixel_location: Point§contour_center_pixel_location: Point§next_contour_pixel_location: Point§order_index: i32§reverse_order_index: i32§first_index: u32§last_index: u32§next_contour_pixel_index: u32§previous_contour_pixel_index: u32§pixel_already_used: u8§already_linked: u8§already_output: u8§contour_interior_direction: u8Trait Implementations§
Source§impl Clone for ContourPixelGeometryInfo
impl Clone for ContourPixelGeometryInfo
Source§fn clone(&self) -> ContourPixelGeometryInfo
fn clone(&self) -> ContourPixelGeometryInfo
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 ContourPixelGeometryInfo
Source§impl Debug for ContourPixelGeometryInfo
impl Debug for ContourPixelGeometryInfo
Source§impl Default for ContourPixelGeometryInfo
impl Default for ContourPixelGeometryInfo
Source§fn default() -> ContourPixelGeometryInfo
fn default() -> ContourPixelGeometryInfo
Returns the “default value” for a type. Read more
impl Eq for ContourPixelGeometryInfo
Source§impl From<ContourPixelGeometryInfo> for NppiContourPixelGeometryInfo
impl From<ContourPixelGeometryInfo> for NppiContourPixelGeometryInfo
Source§fn from(value: ContourPixelGeometryInfo) -> Self
fn from(value: ContourPixelGeometryInfo) -> Self
Converts to this type from the input type.
Source§impl From<NppiContourPixelGeometryInfo> for ContourPixelGeometryInfo
impl From<NppiContourPixelGeometryInfo> for ContourPixelGeometryInfo
Source§fn from(value: NppiContourPixelGeometryInfo) -> Self
fn from(value: NppiContourPixelGeometryInfo) -> Self
Converts to this type from the input type.
Source§impl Hash for ContourPixelGeometryInfo
impl Hash for ContourPixelGeometryInfo
Source§impl Ord for ContourPixelGeometryInfo
impl Ord for ContourPixelGeometryInfo
Source§fn cmp(&self, other: &ContourPixelGeometryInfo) -> Ordering
fn cmp(&self, other: &ContourPixelGeometryInfo) -> 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 ContourPixelGeometryInfo
impl PartialEq for ContourPixelGeometryInfo
Source§fn eq(&self, other: &ContourPixelGeometryInfo) -> bool
fn eq(&self, other: &ContourPixelGeometryInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ContourPixelGeometryInfo
impl PartialOrd for ContourPixelGeometryInfo
impl StructuralPartialEq for ContourPixelGeometryInfo
Auto Trait Implementations§
impl Freeze for ContourPixelGeometryInfo
impl RefUnwindSafe for ContourPixelGeometryInfo
impl Send for ContourPixelGeometryInfo
impl Sync for ContourPixelGeometryInfo
impl Unpin for ContourPixelGeometryInfo
impl UnsafeUnpin for ContourPixelGeometryInfo
impl UnwindSafe for ContourPixelGeometryInfo
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