Struct windows::Win32::Media::DirectShow::Tv::IMSVidFilePlaybackEvent_Vtbl
#[repr(C)]pub struct IMSVidFilePlaybackEvent_Vtbl {
pub base__: IMSVidPlaybackEvent_Vtbl,
}
Fields§
§base__: IMSVidPlaybackEvent_Vtbl
Implementations§
§impl IMSVidFilePlaybackEvent_Vtbl
impl IMSVidFilePlaybackEvent_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMSVidFilePlaybackEvent_Vtblwhere
Identity: IMSVidFilePlaybackEvent_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSVidFilePlaybackEvent_Vtbl
impl RefUnwindSafe for IMSVidFilePlaybackEvent_Vtbl
impl Send for IMSVidFilePlaybackEvent_Vtbl
impl Sync for IMSVidFilePlaybackEvent_Vtbl
impl Unpin for IMSVidFilePlaybackEvent_Vtbl
impl UnwindSafe for IMSVidFilePlaybackEvent_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