#[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: i32Trait Implementations§
Source§impl Clone for IpprCuboid
impl Clone for IpprCuboid
Source§fn clone(&self) -> IpprCuboid
fn clone(&self) -> IpprCuboid
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IpprCuboid
Source§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
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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