Struct windows::Win32::Media::MediaFoundation::IMFVideoMixerControl_Vtbl
#[repr(C)]pub struct IMFVideoMixerControl_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetStreamZOrder: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub GetStreamZOrder: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub SetStreamOutputRect: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const MFVideoNormalizedRect) -> HRESULT,
pub GetStreamOutputRect: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MFVideoNormalizedRect) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetStreamZOrder: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§GetStreamZOrder: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT
§SetStreamOutputRect: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const MFVideoNormalizedRect) -> HRESULT
§GetStreamOutputRect: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MFVideoNormalizedRect) -> HRESULT
Implementations§
§impl IMFVideoMixerControl_Vtbl
impl IMFVideoMixerControl_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFVideoMixerControl_Vtblwhere
Identity: IMFVideoMixerControl_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFVideoMixerControl_Vtbl
impl RefUnwindSafe for IMFVideoMixerControl_Vtbl
impl Send for IMFVideoMixerControl_Vtbl
impl Sync for IMFVideoMixerControl_Vtbl
impl Unpin for IMFVideoMixerControl_Vtbl
impl UnwindSafe for IMFVideoMixerControl_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