Struct windows::Media::Effects::IVideoCompositor_Vtbl
#[repr(C)]pub struct IVideoCompositor_Vtbl {
pub base__: IInspectable_Vtbl,
pub TimeIndependent: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetEncodingProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub CompositeFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Close: unsafe extern "system" fn(_: *mut c_void, _: MediaEffectClosedReason) -> HRESULT,
pub DiscardQueuedFrames: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§TimeIndependent: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetEncodingProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§CompositeFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Close: unsafe extern "system" fn(_: *mut c_void, _: MediaEffectClosedReason) -> HRESULT
§DiscardQueuedFrames: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IVideoCompositor_Vtbl
impl IVideoCompositor_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVideoCompositor_Vtblwhere
Identity: IVideoCompositor_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVideoCompositor_Vtbl
impl RefUnwindSafe for IVideoCompositor_Vtbl
impl Send for IVideoCompositor_Vtbl
impl Sync for IVideoCompositor_Vtbl
impl Unpin for IVideoCompositor_Vtbl
impl UnwindSafe for IVideoCompositor_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