Struct ipp_headers_sys::IpprPoint
[−]
[src]
#[repr(C)]pub struct IpprPoint { pub x: c_int, pub y: c_int, pub z: c_int, }
Fields
x: c_int
y: c_int
z: c_int
Trait Implementations
impl Debug for IpprPoint[src]
impl Copy for IpprPoint[src]
impl PartialEq for IpprPoint[src]
fn eq(&self, __arg_0: &IpprPoint) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &IpprPoint) -> bool[src]
This method tests for !=.