#[repr(C)]pub struct IHolographicCameraPose_Vtbl {
pub base__: IInspectable_Vtbl,
pub HolographicCamera: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Viewport: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT,
pub TryGetViewTransform: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ProjectionTransform: unsafe extern "system" fn(_: *mut c_void, _: *mut HolographicStereoTransform) -> HRESULT,
pub TryGetCullingFrustum: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TryGetVisibleFrustum: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub NearPlaneDistance: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub FarPlaneDistance: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§HolographicCamera: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Viewport: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT
§TryGetViewTransform: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ProjectionTransform: unsafe extern "system" fn(_: *mut c_void, _: *mut HolographicStereoTransform) -> HRESULT
§TryGetCullingFrustum: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TryGetVisibleFrustum: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§NearPlaneDistance: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§FarPlaneDistance: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IHolographicCameraPose_Vtbl
impl RefUnwindSafe for IHolographicCameraPose_Vtbl
impl Send for IHolographicCameraPose_Vtbl
impl Sync for IHolographicCameraPose_Vtbl
impl Unpin for IHolographicCameraPose_Vtbl
impl UnwindSafe for IHolographicCameraPose_Vtbl
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