#[repr(C)]pub struct ARMarkerInfo2 {
pub area: i32,
pub pos: [ARdouble; 2],
pub coord_num: i32,
pub x_coord: [i32; 10000],
pub y_coord: [i32; 10000],
pub vertex: [i32; 5],
}Expand description
Captures detail of a trapezoidal region which is a candidate for marker detection.
Fields§
§area: i32§pos: [ARdouble; 2]§coord_num: i32§x_coord: [i32; 10000]§y_coord: [i32; 10000]§vertex: [i32; 5]Trait Implementations§
Source§impl Clone for ARMarkerInfo2
impl Clone for ARMarkerInfo2
Source§fn clone(&self) -> ARMarkerInfo2
fn clone(&self) -> ARMarkerInfo2
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 ARMarkerInfo2
impl Debug for ARMarkerInfo2
Auto Trait Implementations§
impl Freeze for ARMarkerInfo2
impl RefUnwindSafe for ARMarkerInfo2
impl Send for ARMarkerInfo2
impl Sync for ARMarkerInfo2
impl Unpin for ARMarkerInfo2
impl UnsafeUnpin for ARMarkerInfo2
impl UnwindSafe for ARMarkerInfo2
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