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