Struct windows::Win32::Media::MediaFoundation::IMFTopology_Vtbl
#[repr(C)]pub struct IMFTopology_Vtbl {
pub base__: IMFAttributes_Vtbl,
pub GetTopologyID: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub AddNode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveNode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetNodeCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub GetNode: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut *mut c_void) -> HRESULT,
pub Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CloneFrom: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetNodeByID: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut *mut c_void) -> HRESULT,
pub GetSourceNodeCollection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetOutputNodeCollection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IMFAttributes_Vtbl
§GetTopologyID: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§AddNode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveNode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetNodeCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§GetNode: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut *mut c_void) -> HRESULT
§Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CloneFrom: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetNodeByID: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut *mut c_void) -> HRESULT
§GetSourceNodeCollection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetOutputNodeCollection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IMFTopology_Vtbl
impl IMFTopology_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFTopology_Vtblwhere
Identity: IMFTopology_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFTopology_Vtbl
impl RefUnwindSafe for IMFTopology_Vtbl
impl Send for IMFTopology_Vtbl
impl Sync for IMFTopology_Vtbl
impl Unpin for IMFTopology_Vtbl
impl UnwindSafe for IMFTopology_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