#[repr(C)]pub struct ContourPixelDirectionInfo {Show 22 fields
pub marker_label_id: u32,
pub contour_direction_center_pixel: u8,
pub contour_interior_direction_center_pixel: u8,
pub connected: u8,
pub geometry_info_is_valid: u8,
pub contour_pixel_geometry_info: ContourPixelGeometryInfo,
pub east: Point,
pub north_east: Point,
pub north: Point,
pub north_west: Point,
pub west: Point,
pub south_west: Point,
pub south: Point,
pub south_east: Point,
pub east_connected: u8,
pub north_east_connected: u8,
pub north_connected: u8,
pub north_west_connected: u8,
pub west_connected: u8,
pub south_west_connected: u8,
pub south_connected: u8,
pub south_east_connected: u8,
}Fields§
§marker_label_id: u32§contour_direction_center_pixel: u8§contour_interior_direction_center_pixel: u8§connected: u8§geometry_info_is_valid: u8§contour_pixel_geometry_info: ContourPixelGeometryInfo§east: Point§north_east: Point§north: Point§north_west: Point§west: Point§south_west: Point§south: Point§south_east: Point§east_connected: u8§north_east_connected: u8§north_connected: u8§north_west_connected: u8§west_connected: u8§south_west_connected: u8§south_connected: u8§south_east_connected: u8Trait Implementations§
Source§impl Clone for ContourPixelDirectionInfo
impl Clone for ContourPixelDirectionInfo
Source§fn clone(&self) -> ContourPixelDirectionInfo
fn clone(&self) -> ContourPixelDirectionInfo
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 ContourPixelDirectionInfo
Source§impl Debug for ContourPixelDirectionInfo
impl Debug for ContourPixelDirectionInfo
Source§impl Default for ContourPixelDirectionInfo
impl Default for ContourPixelDirectionInfo
Source§fn default() -> ContourPixelDirectionInfo
fn default() -> ContourPixelDirectionInfo
Returns the “default value” for a type. Read more
impl Eq for ContourPixelDirectionInfo
Source§impl From<ContourPixelDirectionInfo> for NppiContourPixelDirectionInfo
impl From<ContourPixelDirectionInfo> for NppiContourPixelDirectionInfo
Source§fn from(value: ContourPixelDirectionInfo) -> Self
fn from(value: ContourPixelDirectionInfo) -> Self
Converts to this type from the input type.
Source§impl From<NppiContourPixelDirectionInfo> for ContourPixelDirectionInfo
impl From<NppiContourPixelDirectionInfo> for ContourPixelDirectionInfo
Source§fn from(value: NppiContourPixelDirectionInfo) -> Self
fn from(value: NppiContourPixelDirectionInfo) -> Self
Converts to this type from the input type.
Source§impl Hash for ContourPixelDirectionInfo
impl Hash for ContourPixelDirectionInfo
Source§impl Ord for ContourPixelDirectionInfo
impl Ord for ContourPixelDirectionInfo
Source§fn cmp(&self, other: &ContourPixelDirectionInfo) -> Ordering
fn cmp(&self, other: &ContourPixelDirectionInfo) -> 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 ContourPixelDirectionInfo
impl PartialEq for ContourPixelDirectionInfo
Source§fn eq(&self, other: &ContourPixelDirectionInfo) -> bool
fn eq(&self, other: &ContourPixelDirectionInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ContourPixelDirectionInfo
impl PartialOrd for ContourPixelDirectionInfo
impl StructuralPartialEq for ContourPixelDirectionInfo
Auto Trait Implementations§
impl Freeze for ContourPixelDirectionInfo
impl RefUnwindSafe for ContourPixelDirectionInfo
impl Send for ContourPixelDirectionInfo
impl Sync for ContourPixelDirectionInfo
impl Unpin for ContourPixelDirectionInfo
impl UnsafeUnpin for ContourPixelDirectionInfo
impl UnwindSafe for ContourPixelDirectionInfo
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