Struct windows::Win32::Media::MediaFoundation::IMFVideoMixerBitmap_Vtbl
#[repr(C)]pub struct IMFVideoMixerBitmap_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetAlphaBitmap: unsafe extern "system" fn(_: *mut c_void, _: *const MFVideoAlphaBitmap) -> HRESULT,
pub ClearAlphaBitmap: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub UpdateAlphaBitmapParameters: unsafe extern "system" fn(_: *mut c_void, _: *const MFVideoAlphaBitmapParams) -> HRESULT,
pub GetAlphaBitmapParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut MFVideoAlphaBitmapParams) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetAlphaBitmap: unsafe extern "system" fn(_: *mut c_void, _: *const MFVideoAlphaBitmap) -> HRESULT
§ClearAlphaBitmap: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§UpdateAlphaBitmapParameters: unsafe extern "system" fn(_: *mut c_void, _: *const MFVideoAlphaBitmapParams) -> HRESULT
§GetAlphaBitmapParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut MFVideoAlphaBitmapParams) -> HRESULT
Implementations§
§impl IMFVideoMixerBitmap_Vtbl
impl IMFVideoMixerBitmap_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFVideoMixerBitmap_Vtblwhere
Identity: IMFVideoMixerBitmap_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFVideoMixerBitmap_Vtbl
impl RefUnwindSafe for IMFVideoMixerBitmap_Vtbl
impl Send for IMFVideoMixerBitmap_Vtbl
impl Sync for IMFVideoMixerBitmap_Vtbl
impl Unpin for IMFVideoMixerBitmap_Vtbl
impl UnwindSafe for IMFVideoMixerBitmap_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