#[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_intTrait Implementations§
Source§impl Clone for _IppiPyramid
impl Clone for _IppiPyramid
Source§fn clone(&self) -> _IppiPyramid
fn clone(&self) -> _IppiPyramid
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 _IppiPyramid
impl Debug for _IppiPyramid
Source§impl PartialEq for _IppiPyramid
impl PartialEq for _IppiPyramid
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