#[repr(C)]pub struct IHolographicFrameRenderingReport_Vtbl {
pub base__: IInspectable_Vtbl,
pub FrameId: unsafe extern "system" fn(_: *mut c_void, _: *mut HolographicFrameId) -> HRESULT,
pub MissedLatchCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SystemRelativeFrameReadyTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SystemRelativeActualGpuFinishTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SystemRelativeTargetLatchTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§FrameId: unsafe extern "system" fn(_: *mut c_void, _: *mut HolographicFrameId) -> HRESULT
§MissedLatchCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SystemRelativeFrameReadyTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SystemRelativeActualGpuFinishTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SystemRelativeTargetLatchTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
Auto Trait Implementations§
impl Freeze for IHolographicFrameRenderingReport_Vtbl
impl RefUnwindSafe for IHolographicFrameRenderingReport_Vtbl
impl Send for IHolographicFrameRenderingReport_Vtbl
impl Sync for IHolographicFrameRenderingReport_Vtbl
impl Unpin for IHolographicFrameRenderingReport_Vtbl
impl UnwindSafe for IHolographicFrameRenderingReport_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