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