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