#[repr(C)]pub struct IppiPoint_32f {
pub x: Ipp32f,
pub y: Ipp32f,
}Fields§
§x: Ipp32f§y: Ipp32fTrait Implementations§
Source§impl Clone for IppiPoint_32f
impl Clone for IppiPoint_32f
Source§fn clone(&self) -> IppiPoint_32f
fn clone(&self) -> IppiPoint_32f
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 IppiPoint_32f
impl Debug for IppiPoint_32f
Source§impl PartialEq for IppiPoint_32f
impl PartialEq for IppiPoint_32f
impl Copy for IppiPoint_32f
impl StructuralPartialEq for IppiPoint_32f
Auto Trait Implementations§
impl Freeze for IppiPoint_32f
impl RefUnwindSafe for IppiPoint_32f
impl Send for IppiPoint_32f
impl Sync for IppiPoint_32f
impl Unpin for IppiPoint_32f
impl UnwindSafe for IppiPoint_32f
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