#[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 · 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
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