#[repr(C)]pub struct IMFMuxStreamSampleManager_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetStreamCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetSample: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetStreamConfiguration: unsafe extern "system" fn(_: *mut c_void) -> u64,
}
Fields§
§base__: IUnknown_Vtbl
§GetStreamCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetSample: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetStreamConfiguration: unsafe extern "system" fn(_: *mut c_void) -> u64
Implementations§
§impl IMFMuxStreamSampleManager_Vtbl
impl IMFMuxStreamSampleManager_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFMuxStreamSampleManager_Vtblwhere
Identity: IMFMuxStreamSampleManager_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFMuxStreamSampleManager_Vtbl
impl RefUnwindSafe for IMFMuxStreamSampleManager_Vtbl
impl Send for IMFMuxStreamSampleManager_Vtbl
impl Sync for IMFMuxStreamSampleManager_Vtbl
impl Unpin for IMFMuxStreamSampleManager_Vtbl
impl UnwindSafe for IMFMuxStreamSampleManager_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