#[repr(C)]pub struct ContourBlockSegment {
pub marker_label_id: u32,
pub contour_pixel_count: u32,
pub contour_starting_pixel_offset: u32,
pub segment_number: u32,
}Fields§
§marker_label_id: u32§contour_pixel_count: u32§contour_starting_pixel_offset: u32§segment_number: u32Trait Implementations§
Source§impl Clone for ContourBlockSegment
impl Clone for ContourBlockSegment
Source§fn clone(&self) -> ContourBlockSegment
fn clone(&self) -> ContourBlockSegment
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 ContourBlockSegment
Source§impl Debug for ContourBlockSegment
impl Debug for ContourBlockSegment
Source§impl Default for ContourBlockSegment
impl Default for ContourBlockSegment
Source§fn default() -> ContourBlockSegment
fn default() -> ContourBlockSegment
Returns the “default value” for a type. Read more
impl Eq for ContourBlockSegment
Source§impl From<ContourBlockSegment> for NppiContourBlockSegment
impl From<ContourBlockSegment> for NppiContourBlockSegment
Source§fn from(value: ContourBlockSegment) -> Self
fn from(value: ContourBlockSegment) -> Self
Converts to this type from the input type.
Source§impl From<NppiContourBlockSegment> for ContourBlockSegment
impl From<NppiContourBlockSegment> for ContourBlockSegment
Source§fn from(value: NppiContourBlockSegment) -> Self
fn from(value: NppiContourBlockSegment) -> Self
Converts to this type from the input type.
Source§impl Hash for ContourBlockSegment
impl Hash for ContourBlockSegment
Source§impl Ord for ContourBlockSegment
impl Ord for ContourBlockSegment
Source§fn cmp(&self, other: &ContourBlockSegment) -> Ordering
fn cmp(&self, other: &ContourBlockSegment) -> 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 ContourBlockSegment
impl PartialEq for ContourBlockSegment
Source§fn eq(&self, other: &ContourBlockSegment) -> bool
fn eq(&self, other: &ContourBlockSegment) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ContourBlockSegment
impl PartialOrd for ContourBlockSegment
impl StructuralPartialEq for ContourBlockSegment
Auto Trait Implementations§
impl Freeze for ContourBlockSegment
impl RefUnwindSafe for ContourBlockSegment
impl Send for ContourBlockSegment
impl Sync for ContourBlockSegment
impl Unpin for ContourBlockSegment
impl UnsafeUnpin for ContourBlockSegment
impl UnwindSafe for ContourBlockSegment
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