Struct windows::Win32::Media::DirectShow::Tv::IMSVidStreamBufferSourceEvent_Vtbl
#[repr(C)]pub struct IMSVidStreamBufferSourceEvent_Vtbl {
pub base__: IMSVidFilePlaybackEvent_Vtbl,
pub CertificateFailure: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CertificateSuccess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub RatingsBlocked: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub RatingsUnblocked: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub RatingsChanged: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub TimeHole: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
pub StaleDataRead: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ContentBecomingStale: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub StaleFileDeleted: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IMSVidFilePlaybackEvent_Vtbl
§CertificateFailure: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CertificateSuccess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§RatingsBlocked: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§RatingsUnblocked: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§RatingsChanged: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§TimeHole: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT
§StaleDataRead: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ContentBecomingStale: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§StaleFileDeleted: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IMSVidStreamBufferSourceEvent_Vtbl
impl IMSVidStreamBufferSourceEvent_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMSVidStreamBufferSourceEvent_Vtblwhere
Identity: IMSVidStreamBufferSourceEvent_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSVidStreamBufferSourceEvent_Vtbl
impl RefUnwindSafe for IMSVidStreamBufferSourceEvent_Vtbl
impl Send for IMSVidStreamBufferSourceEvent_Vtbl
impl Sync for IMSVidStreamBufferSourceEvent_Vtbl
impl Unpin for IMSVidStreamBufferSourceEvent_Vtbl
impl UnwindSafe for IMSVidStreamBufferSourceEvent_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