Type Alias ipp_sys::IppiConnectedComp

source ·
pub type IppiConnectedComp = _IppiConnectedComp;

Aliased Type§

struct IppiConnectedComp {
    pub area: f64,
    pub value: [f64; 3],
    pub rect: IppiRect,
}

Fields§

§area: f64§value: [f64; 3]§rect: IppiRect

Trait Implementations

source§

impl Clone for _IppiConnectedComp

source§

fn clone(&self) -> _IppiConnectedComp

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _IppiConnectedComp

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl PartialEq for _IppiConnectedComp

source§

fn eq(&self, other: &_IppiConnectedComp) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for _IppiConnectedComp

source§

impl StructuralPartialEq for _IppiConnectedComp