Struct IDepthCorrelatedCoordinateMapper_Vtbl
#[repr(C)]pub struct IDepthCorrelatedCoordinateMapper_Vtbl {
pub base__: IInspectable_Vtbl,
pub UnprojectPoint: unsafe extern "system" fn(_: *mut c_void, _: Point, _: *mut c_void, _: *mut Vector3) -> HRESULT,
pub UnprojectPoints: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const Point, _: *mut c_void, _: u32, _: *mut Vector3) -> HRESULT,
pub MapPoint: unsafe extern "system" fn(_: *mut c_void, _: Point, _: *mut c_void, _: *mut c_void, _: *mut Point) -> HRESULT,
pub MapPoints: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const Point, _: *mut c_void, _: *mut c_void, _: u32, _: *mut Point) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§UnprojectPoint: unsafe extern "system" fn(_: *mut c_void, _: Point, _: *mut c_void, _: *mut Vector3) -> HRESULT
§UnprojectPoints: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const Point, _: *mut c_void, _: u32, _: *mut Vector3) -> HRESULT
§MapPoint: unsafe extern "system" fn(_: *mut c_void, _: Point, _: *mut c_void, _: *mut c_void, _: *mut Point) -> HRESULT
§MapPoints: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const Point, _: *mut c_void, _: *mut c_void, _: u32, _: *mut Point) -> HRESULT
Auto Trait Implementations§
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