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