Struct ipp_sys::_IppiCornerFastN
source · #[repr(C)]pub struct _IppiCornerFastN {
pub x: i32,
pub y: i32,
pub cornerType: i32,
pub orientation: i32,
pub angle: f32,
pub score: f32,
}Fields§
§x: i32§y: i32§cornerType: i32§orientation: i32§angle: f32§score: f32Trait Implementations§
source§impl Clone for _IppiCornerFastN
impl Clone for _IppiCornerFastN
source§fn clone(&self) -> _IppiCornerFastN
fn clone(&self) -> _IppiCornerFastN
Returns a copy 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 _IppiCornerFastN
impl Debug for _IppiCornerFastN
source§impl PartialEq for _IppiCornerFastN
impl PartialEq for _IppiCornerFastN
source§fn eq(&self, other: &_IppiCornerFastN) -> bool
fn eq(&self, other: &_IppiCornerFastN) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for _IppiCornerFastN
impl StructuralPartialEq for _IppiCornerFastN
Auto Trait Implementations§
impl Freeze for _IppiCornerFastN
impl RefUnwindSafe for _IppiCornerFastN
impl Send for _IppiCornerFastN
impl Sync for _IppiCornerFastN
impl Unpin for _IppiCornerFastN
impl UnwindSafe for _IppiCornerFastN
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