Struct windows::Win32::Media::DirectShow::Tv::IMSVidXDSEvent_Vtbl
#[repr(C)]pub struct IMSVidXDSEvent_Vtbl {
pub base__: IMSVidFeatureEvent_Vtbl,
pub RatingChange: unsafe extern "system" fn(_: *mut c_void, _: EnTvRat_System, _: EnTvRat_GenericLevel, _: BfEnTvRat_GenericAttributes, _: EnTvRat_System, _: EnTvRat_GenericLevel, _: BfEnTvRat_GenericAttributes) -> HRESULT,
}
Fields§
§base__: IMSVidFeatureEvent_Vtbl
§RatingChange: unsafe extern "system" fn(_: *mut c_void, _: EnTvRat_System, _: EnTvRat_GenericLevel, _: BfEnTvRat_GenericAttributes, _: EnTvRat_System, _: EnTvRat_GenericLevel, _: BfEnTvRat_GenericAttributes) -> HRESULT
Implementations§
§impl IMSVidXDSEvent_Vtbl
impl IMSVidXDSEvent_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMSVidXDSEvent_Vtblwhere
Identity: IMSVidXDSEvent_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSVidXDSEvent_Vtbl
impl RefUnwindSafe for IMSVidXDSEvent_Vtbl
impl Send for IMSVidXDSEvent_Vtbl
impl Sync for IMSVidXDSEvent_Vtbl
impl Unpin for IMSVidXDSEvent_Vtbl
impl UnwindSafe for IMSVidXDSEvent_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