Struct ipp_headers_sys::_IppiPyramid
source · #[repr(C)]pub struct _IppiPyramid {
pub pImage: *mut *mut Ipp8u,
pub pRoi: *mut IppiSize,
pub pRate: *mut Ipp64f,
pub pStep: *mut c_int,
pub pState: *mut Ipp8u,
pub level: c_int,
}
Fields§
§pImage: *mut *mut Ipp8u
§pRoi: *mut IppiSize
§pRate: *mut Ipp64f
§pStep: *mut c_int
§pState: *mut Ipp8u
§level: c_int
Trait 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