#[repr(C)]pub struct IppPointPolar {
pub rho: Ipp32f,
pub theta: Ipp32f,
}Fields§
§rho: Ipp32f§theta: Ipp32fTrait Implementations§
Source§impl Clone for IppPointPolar
impl Clone for IppPointPolar
Source§fn clone(&self) -> IppPointPolar
fn clone(&self) -> IppPointPolar
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 IppPointPolar
Source§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
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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