Struct ipp_sys::_IppiPyramid
source · #[repr(C)]pub struct _IppiPyramid {
pub pImage: *mut *mut u8,
pub pRoi: *mut IppiSize,
pub pRate: *mut f64,
pub pStep: *mut i32,
pub pState: *mut u8,
pub level: i32,
}Fields§
§pImage: *mut *mut u8§pRoi: *mut IppiSize§pRate: *mut f64§pStep: *mut i32§pState: *mut u8§level: i32Trait Implementations§
source§impl Clone for _IppiPyramid
impl Clone for _IppiPyramid
source§fn clone(&self) -> _IppiPyramid
fn clone(&self) -> _IppiPyramid
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 _IppiPyramid
impl Debug for _IppiPyramid
source§impl PartialEq for _IppiPyramid
impl PartialEq for _IppiPyramid
source§fn eq(&self, other: &_IppiPyramid) -> bool
fn eq(&self, other: &_IppiPyramid) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for _IppiPyramid
impl StructuralPartialEq for _IppiPyramid
Auto Trait Implementations§
impl Freeze for _IppiPyramid
impl RefUnwindSafe for _IppiPyramid
impl !Send for _IppiPyramid
impl !Sync for _IppiPyramid
impl Unpin for _IppiPyramid
impl UnwindSafe for _IppiPyramid
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