Struct windows::Win32::Media::DirectShow::Tv::IMSVidStreamBufferSinkEvent_Vtbl
#[repr(C)]pub struct IMSVidStreamBufferSinkEvent_Vtbl {
pub base__: IMSVidOutputDeviceEvent_Vtbl,
pub CertificateFailure: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CertificateSuccess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub WriteFailure: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IMSVidOutputDeviceEvent_Vtbl
§CertificateFailure: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CertificateSuccess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§WriteFailure: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IMSVidStreamBufferSinkEvent_Vtbl
impl IMSVidStreamBufferSinkEvent_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMSVidStreamBufferSinkEvent_Vtblwhere
Identity: IMSVidStreamBufferSinkEvent_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSVidStreamBufferSinkEvent_Vtbl
impl RefUnwindSafe for IMSVidStreamBufferSinkEvent_Vtbl
impl Send for IMSVidStreamBufferSinkEvent_Vtbl
impl Sync for IMSVidStreamBufferSinkEvent_Vtbl
impl Unpin for IMSVidStreamBufferSinkEvent_Vtbl
impl UnwindSafe for IMSVidStreamBufferSinkEvent_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