Struct windows::Win32::Media::DirectShow::Tv::ISIInbandEPG_Vtbl
#[repr(C)]pub struct ISIInbandEPG_Vtbl {
pub base__: IUnknown_Vtbl,
pub StartSIEPGScan: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub StopSIEPGScan: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub IsSIEPGScanRunning: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§StartSIEPGScan: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§StopSIEPGScan: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§IsSIEPGScanRunning: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl ISIInbandEPG_Vtbl
impl ISIInbandEPG_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISIInbandEPG_Vtblwhere
Identity: ISIInbandEPG_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISIInbandEPG_Vtbl
impl RefUnwindSafe for ISIInbandEPG_Vtbl
impl Send for ISIInbandEPG_Vtbl
impl Sync for ISIInbandEPG_Vtbl
impl Unpin for ISIInbandEPG_Vtbl
impl UnwindSafe for ISIInbandEPG_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