Struct IMFSourceBufferList_Vtbl
#[repr(C)]pub struct IMFSourceBufferList_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetLength: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub GetSourceBuffer: unsafe extern "system" fn(_: *mut c_void, _: u32) -> Option<IMFSourceBuffer>,
}
Fields§
§base__: IUnknown_Vtbl
§GetLength: unsafe extern "system" fn(_: *mut c_void) -> u32
§GetSourceBuffer: unsafe extern "system" fn(_: *mut c_void, _: u32) -> Option<IMFSourceBuffer>
Implementations§
§impl IMFSourceBufferList_Vtbl
impl IMFSourceBufferList_Vtbl
pub const fn new<Identity: IMFSourceBufferList_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFSourceBufferList_Vtbl
impl RefUnwindSafe for IMFSourceBufferList_Vtbl
impl Send for IMFSourceBufferList_Vtbl
impl Sync for IMFSourceBufferList_Vtbl
impl Unpin for IMFSourceBufferList_Vtbl
impl UnwindSafe for IMFSourceBufferList_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