#[repr(C)]pub struct IpprVolumeL {
pub width: IppSizeL,
pub height: IppSizeL,
pub depth: IppSizeL,
}Fields§
§width: IppSizeL§height: IppSizeL§depth: IppSizeLTrait Implementations§
Source§impl Clone for IpprVolumeL
impl Clone for IpprVolumeL
Source§fn clone(&self) -> IpprVolumeL
fn clone(&self) -> IpprVolumeL
Returns a duplicate 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
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