#[repr(C)]pub struct IPresentStatusPresentStatistics_Vtbl {
pub base__: IPresentStatistics_Vtbl,
pub GetCompositionFrameId: unsafe extern "system" fn(_: *mut c_void) -> u64,
pub GetPresentStatus: unsafe extern "system" fn(_: *mut c_void) -> PresentStatus,
}
Fields§
§base__: IPresentStatistics_Vtbl
§GetCompositionFrameId: unsafe extern "system" fn(_: *mut c_void) -> u64
§GetPresentStatus: unsafe extern "system" fn(_: *mut c_void) -> PresentStatus
Implementations§
§impl IPresentStatusPresentStatistics_Vtbl
impl IPresentStatusPresentStatistics_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPresentStatusPresentStatistics_Vtblwhere
Identity: IPresentStatusPresentStatistics_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPresentStatusPresentStatistics_Vtbl
impl RefUnwindSafe for IPresentStatusPresentStatistics_Vtbl
impl Send for IPresentStatusPresentStatistics_Vtbl
impl Sync for IPresentStatusPresentStatistics_Vtbl
impl Unpin for IPresentStatusPresentStatistics_Vtbl
impl UnwindSafe for IPresentStatusPresentStatistics_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