Struct ipp_headers_sys::IppPointPolar
[−]
[src]
#[repr(C)]pub struct IppPointPolar { pub rho: Ipp32f, pub theta: Ipp32f, }
Fields
rho: Ipp32f
theta: Ipp32f
Trait Implementations
impl Debug for IppPointPolar[src]
impl Copy for IppPointPolar[src]
impl PartialEq for IppPointPolar[src]
fn eq(&self, __arg_0: &IppPointPolar) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &IppPointPolar) -> bool[src]
This method tests for !=.