#[repr(C)]pub struct IpprVolume {
pub width: c_int,
pub height: c_int,
pub depth: c_int,
}Expand description
Below are 3D Image (Volume) Processing specific definitions
Fields§
§width: c_int§height: c_int§depth: c_intTrait Implementations§
Source§impl Clone for IpprVolume
impl Clone for IpprVolume
Source§fn clone(&self) -> IpprVolume
fn clone(&self) -> IpprVolume
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 IpprVolume
Source§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
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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