Struct windows::Win32::Media::DirectShow::Tv::IMSVidGraphSegment_Vtbl
#[repr(C)]pub struct IMSVidGraphSegment_Vtbl {Show 16 fields
pub base__: IPersist_Vtbl,
pub Init: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetInit: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub EnumFilters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Container: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetContainer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut MSVidSegmentType) -> HRESULT,
pub Category: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub Build: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub PostBuild: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub PreRun: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub PostRun: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub PreStop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub PostStop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub OnEventNotify: unsafe extern "system" fn(_: *mut c_void, _: i32, _: isize, _: isize) -> HRESULT,
pub Decompose: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IPersist_Vtbl
§Init: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetInit: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§EnumFilters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Container: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetContainer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut MSVidSegmentType) -> HRESULT
§Category: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§Build: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§PostBuild: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§PreRun: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§PostRun: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§PreStop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§PostStop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§OnEventNotify: unsafe extern "system" fn(_: *mut c_void, _: i32, _: isize, _: isize) -> HRESULT
§Decompose: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IMSVidGraphSegment_Vtbl
impl IMSVidGraphSegment_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMSVidGraphSegment_Vtblwhere
Identity: IMSVidGraphSegment_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSVidGraphSegment_Vtbl
impl RefUnwindSafe for IMSVidGraphSegment_Vtbl
impl Send for IMSVidGraphSegment_Vtbl
impl Sync for IMSVidGraphSegment_Vtbl
impl Unpin for IMSVidGraphSegment_Vtbl
impl UnwindSafe for IMSVidGraphSegment_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