Struct ipp_headers_sys::IppPointPolar
source · #[repr(C)]pub struct IppPointPolar {
pub rho: Ipp32f,
pub theta: Ipp32f,
}
Fields§
§rho: Ipp32f
§theta: Ipp32f
Trait Implementations§
source§impl Clone for IppPointPolar
impl Clone for IppPointPolar
source§fn clone(&self) -> IppPointPolar
fn clone(&self) -> IppPointPolar
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IppPointPolar
impl Debug for IppPointPolar
source§impl PartialEq for IppPointPolar
impl PartialEq for IppPointPolar
source§fn eq(&self, other: &IppPointPolar) -> bool
fn eq(&self, other: &IppPointPolar) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IppPointPolar
impl StructuralPartialEq for IppPointPolar
Auto Trait Implementations§
impl Freeze for IppPointPolar
impl RefUnwindSafe for IppPointPolar
impl Send for IppPointPolar
impl Sync for IppPointPolar
impl Unpin for IppPointPolar
impl UnwindSafe for IppPointPolar
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