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