pub struct ARLabelInfo {
pub label_image: Vec<ARLabelingLabelType>,
pub label_num: i32,
pub area: Vec<i32>,
pub clip: Vec<[i32; 4]>,
pub pos: Vec<[ARdouble; 2]>,
pub work: Vec<i32>,
pub work2: Vec<i32>,
}Fields§
§label_image: Vec<ARLabelingLabelType>§label_num: i32§area: Vec<i32>§clip: Vec<[i32; 4]>§pos: Vec<[ARdouble; 2]>§work: Vec<i32>§work2: Vec<i32>Trait Implementations§
Source§impl Clone for ARLabelInfo
impl Clone for ARLabelInfo
Source§fn clone(&self) -> ARLabelInfo
fn clone(&self) -> ARLabelInfo
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 ARLabelInfo
impl Debug for ARLabelInfo
Auto Trait Implementations§
impl Freeze for ARLabelInfo
impl RefUnwindSafe for ARLabelInfo
impl Send for ARLabelInfo
impl Sync for ARLabelInfo
impl Unpin for ARLabelInfo
impl UnsafeUnpin for ARLabelInfo
impl UnwindSafe for ARLabelInfo
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