Struct ipp_sys::IppiPointL
source · #[repr(C)]pub struct IppiPointL {
pub x: i64,
pub y: i64,
}
Fields§
§x: i64
§y: i64
Trait Implementations§
source§impl Clone for IppiPointL
impl Clone for IppiPointL
source§fn clone(&self) -> IppiPointL
fn clone(&self) -> IppiPointL
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 IppiPointL
impl Debug for IppiPointL
source§impl PartialEq for IppiPointL
impl PartialEq for IppiPointL
source§fn eq(&self, other: &IppiPointL) -> bool
fn eq(&self, other: &IppiPointL) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IppiPointL
impl StructuralPartialEq for IppiPointL
Auto Trait Implementations§
impl Freeze for IppiPointL
impl RefUnwindSafe for IppiPointL
impl Send for IppiPointL
impl Sync for IppiPointL
impl Unpin for IppiPointL
impl UnwindSafe for IppiPointL
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