#[repr(C)]pub struct AR3DHandle {
pub icp_handle: *mut ICPHandleT,
}Expand description
Structure holding state of an instance of the monocular pose estimator.
Fields§
§icp_handle: *mut ICPHandleTTrait Implementations§
Source§impl Clone for AR3DHandle
impl Clone for AR3DHandle
Source§fn clone(&self) -> AR3DHandle
fn clone(&self) -> AR3DHandle
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 AR3DHandle
impl Debug for AR3DHandle
Auto Trait Implementations§
impl Freeze for AR3DHandle
impl RefUnwindSafe for AR3DHandle
impl !Send for AR3DHandle
impl !Sync for AR3DHandle
impl Unpin for AR3DHandle
impl UnsafeUnpin for AR3DHandle
impl UnwindSafe for AR3DHandle
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