#[repr(C)]pub struct ICompositionFramePresentStatistics_Vtbl {
pub base__: IPresentStatistics_Vtbl,
pub GetContentTag: unsafe extern "system" fn(_: *mut c_void) -> usize,
pub GetCompositionFrameId: unsafe extern "system" fn(_: *mut c_void) -> u64,
pub GetDisplayInstanceArray: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut CompositionFrameDisplayInstance),
}
Fields§
§base__: IPresentStatistics_Vtbl
§GetContentTag: unsafe extern "system" fn(_: *mut c_void) -> usize
§GetCompositionFrameId: unsafe extern "system" fn(_: *mut c_void) -> u64
§GetDisplayInstanceArray: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut CompositionFrameDisplayInstance)
Implementations§
§impl ICompositionFramePresentStatistics_Vtbl
impl ICompositionFramePresentStatistics_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICompositionFramePresentStatistics_Vtblwhere
Identity: ICompositionFramePresentStatistics_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICompositionFramePresentStatistics_Vtbl
impl RefUnwindSafe for ICompositionFramePresentStatistics_Vtbl
impl Send for ICompositionFramePresentStatistics_Vtbl
impl Sync for ICompositionFramePresentStatistics_Vtbl
impl Unpin for ICompositionFramePresentStatistics_Vtbl
impl UnwindSafe for ICompositionFramePresentStatistics_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