#[repr(C)]pub struct IHolographicFramePresentationReport_Vtbl {
pub base__: IInspectable_Vtbl,
pub CompositorGpuDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub AppGpuDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub AppGpuOverrun: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub MissedPresentationOpportunityCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub PresentationCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CompositorGpuDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§AppGpuDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§AppGpuOverrun: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§MissedPresentationOpportunityCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§PresentationCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IHolographicFramePresentationReport_Vtbl
impl RefUnwindSafe for IHolographicFramePresentationReport_Vtbl
impl Send for IHolographicFramePresentationReport_Vtbl
impl Sync for IHolographicFramePresentationReport_Vtbl
impl Unpin for IHolographicFramePresentationReport_Vtbl
impl UnwindSafe for IHolographicFramePresentationReport_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