#[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: f32Trait Implementations§
Source§impl Clone for _IppiCornerFastN
impl Clone for _IppiCornerFastN
Source§fn clone(&self) -> _IppiCornerFastN
fn clone(&self) -> _IppiCornerFastN
Returns a duplicate 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
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