Struct windows::Win32::Media::DirectShow::IQualProp_Vtbl
#[repr(C)]pub struct IQualProp_Vtbl {
pub base__: IUnknown_Vtbl,
pub FramesDroppedInRenderer: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub FramesDrawn: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub AvgFrameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Jitter: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub AvgSyncOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub DevSyncOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§FramesDroppedInRenderer: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§FramesDrawn: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§AvgFrameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Jitter: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§AvgSyncOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§DevSyncOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IQualProp_Vtbl
impl IQualProp_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IQualProp_Vtblwhere
Identity: IQualProp_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IQualProp_Vtbl
impl RefUnwindSafe for IQualProp_Vtbl
impl Send for IQualProp_Vtbl
impl Sync for IQualProp_Vtbl
impl Unpin for IQualProp_Vtbl
impl UnwindSafe for IQualProp_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