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