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