Struct windows::Win32::Media::DirectShow::Tv::IMSVidCompositionSegment_Vtbl
#[repr(C)]pub struct IMSVidCompositionSegment_Vtbl {
pub base__: IMSVidGraphSegment_Vtbl,
pub Compose: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub Up: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Down: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IMSVidGraphSegment_Vtbl
§Compose: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§Up: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Down: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IMSVidCompositionSegment_Vtbl
impl IMSVidCompositionSegment_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMSVidCompositionSegment_Vtblwhere
Identity: IMSVidCompositionSegment_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSVidCompositionSegment_Vtbl
impl RefUnwindSafe for IMSVidCompositionSegment_Vtbl
impl Send for IMSVidCompositionSegment_Vtbl
impl Sync for IMSVidCompositionSegment_Vtbl
impl Unpin for IMSVidCompositionSegment_Vtbl
impl UnwindSafe for IMSVidCompositionSegment_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