Struct IMFSourceBufferAppendMode_Vtbl
#[repr(C)]pub struct IMFSourceBufferAppendMode_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetAppendMode: unsafe extern "system" fn(_: *mut c_void) -> MF_MSE_APPEND_MODE,
pub SetAppendMode: unsafe extern "system" fn(_: *mut c_void, _: MF_MSE_APPEND_MODE) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetAppendMode: unsafe extern "system" fn(_: *mut c_void) -> MF_MSE_APPEND_MODE
§SetAppendMode: unsafe extern "system" fn(_: *mut c_void, _: MF_MSE_APPEND_MODE) -> HRESULT
Implementations§
§impl IMFSourceBufferAppendMode_Vtbl
impl IMFSourceBufferAppendMode_Vtbl
pub const fn new<Identity: IMFSourceBufferAppendMode_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFSourceBufferAppendMode_Vtbl
impl RefUnwindSafe for IMFSourceBufferAppendMode_Vtbl
impl Send for IMFSourceBufferAppendMode_Vtbl
impl Sync for IMFSourceBufferAppendMode_Vtbl
impl Unpin for IMFSourceBufferAppendMode_Vtbl
impl UnwindSafe for IMFSourceBufferAppendMode_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