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