Struct windows::Win32::Media::DirectShow::IConfigAsfWriter_Vtbl
#[repr(C)]pub struct IConfigAsfWriter_Vtbl {
pub base__: IUnknown_Vtbl,
pub ConfigureFilterUsingProfileId: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetCurrentProfileId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub ConfigureFilterUsingProfileGuid: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub GetCurrentProfileGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub ConfigureFilterUsingProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetCurrentProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetIndexMode: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetIndexMode: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ConfigureFilterUsingProfileId: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetCurrentProfileId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§ConfigureFilterUsingProfileGuid: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
§GetCurrentProfileGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§ConfigureFilterUsingProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetCurrentProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetIndexMode: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetIndexMode: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl IConfigAsfWriter_Vtbl
impl IConfigAsfWriter_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IConfigAsfWriter_Vtblwhere
Identity: IConfigAsfWriter_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IConfigAsfWriter_Vtbl
impl RefUnwindSafe for IConfigAsfWriter_Vtbl
impl Send for IConfigAsfWriter_Vtbl
impl Sync for IConfigAsfWriter_Vtbl
impl Unpin for IConfigAsfWriter_Vtbl
impl UnwindSafe for IConfigAsfWriter_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