Struct ipp_headers_sys::_IppiPyramid [] [src]

#[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

Trait Implementations

impl Debug for _IppiPyramid
[src]

[src]

Formats the value using the given formatter.

impl Copy for _IppiPyramid
[src]

impl PartialEq for _IppiPyramid
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Clone for _IppiPyramid
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more