pub struct AR2Tracking2DResult {
pub sim: f32,
pub pos2d: [f32; 2],
pub pos3d: [f32; 3],
}Fields§
§sim: f32§pos2d: [f32; 2]§pos3d: [f32; 3]Auto Trait Implementations§
impl Freeze for AR2Tracking2DResult
impl RefUnwindSafe for AR2Tracking2DResult
impl Send for AR2Tracking2DResult
impl Sync for AR2Tracking2DResult
impl Unpin for AR2Tracking2DResult
impl UnsafeUnpin for AR2Tracking2DResult
impl UnwindSafe for AR2Tracking2DResult
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