#[repr(C)]pub struct IHolographicFrameScanoutReport_Vtbl {
pub base__: IInspectable_Vtbl,
pub RenderingReport: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub MissedScanoutCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SystemRelativeLatchTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SystemRelativeScanoutStartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SystemRelativePhotonTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§RenderingReport: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§MissedScanoutCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SystemRelativeLatchTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SystemRelativeScanoutStartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SystemRelativePhotonTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
Auto Trait Implementations§
impl Freeze for IHolographicFrameScanoutReport_Vtbl
impl RefUnwindSafe for IHolographicFrameScanoutReport_Vtbl
impl Send for IHolographicFrameScanoutReport_Vtbl
impl Sync for IHolographicFrameScanoutReport_Vtbl
impl Unpin for IHolographicFrameScanoutReport_Vtbl
impl UnwindSafe for IHolographicFrameScanoutReport_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