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