#[repr(C)]pub struct IIndependentFlipFramePresentStatistics_Vtbl {
pub base__: IPresentStatistics_Vtbl,
pub GetOutputAdapterLUID: unsafe extern "system" fn(_: *mut c_void, _: *mut LUID),
pub GetOutputVidPnSourceId: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub GetContentTag: unsafe extern "system" fn(_: *mut c_void) -> usize,
pub GetDisplayedTime: unsafe extern "system" fn(_: *mut c_void, _: *mut SystemInterruptTime),
pub GetPresentDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut SystemInterruptTime),
}
Fields§
§base__: IPresentStatistics_Vtbl
§GetOutputAdapterLUID: unsafe extern "system" fn(_: *mut c_void, _: *mut LUID)
§GetOutputVidPnSourceId: unsafe extern "system" fn(_: *mut c_void) -> u32
§GetContentTag: unsafe extern "system" fn(_: *mut c_void) -> usize
§GetDisplayedTime: unsafe extern "system" fn(_: *mut c_void, _: *mut SystemInterruptTime)
§GetPresentDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut SystemInterruptTime)
Implementations§
§impl IIndependentFlipFramePresentStatistics_Vtbl
impl IIndependentFlipFramePresentStatistics_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IIndependentFlipFramePresentStatistics_Vtblwhere
Identity: IIndependentFlipFramePresentStatistics_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IIndependentFlipFramePresentStatistics_Vtbl
impl RefUnwindSafe for IIndependentFlipFramePresentStatistics_Vtbl
impl Send for IIndependentFlipFramePresentStatistics_Vtbl
impl Sync for IIndependentFlipFramePresentStatistics_Vtbl
impl Unpin for IIndependentFlipFramePresentStatistics_Vtbl
impl UnwindSafe for IIndependentFlipFramePresentStatistics_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