Struct ipp_headers_sys::IppiSizeL
[−]
[src]
#[repr(C)]pub struct IppiSizeL { pub width: IppSizeL, pub height: IppSizeL, }
Fields
width: IppSizeL
height: IppSizeL
Trait Implementations
impl Debug for IppiSizeL[src]
impl Copy for IppiSizeL[src]
impl PartialEq for IppiSizeL[src]
fn eq(&self, __arg_0: &IppiSizeL) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &IppiSizeL) -> bool[src]
This method tests for !=.