Struct windows::Win32::Media::DirectShow::Tv::IISDB_SDT_Vtbl
#[repr(C)]pub struct IISDB_SDT_Vtbl {
pub base__: IDVB_SDT_Vtbl,
pub GetRecordEITUserDefinedFlags: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u8) -> HRESULT,
}
Fields§
§base__: IDVB_SDT_Vtbl
§GetRecordEITUserDefinedFlags: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u8) -> HRESULT
Implementations§
§impl IISDB_SDT_Vtbl
impl IISDB_SDT_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IISDB_SDT_Vtblwhere
Identity: IISDB_SDT_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IISDB_SDT_Vtbl
impl RefUnwindSafe for IISDB_SDT_Vtbl
impl Send for IISDB_SDT_Vtbl
impl Sync for IISDB_SDT_Vtbl
impl Unpin for IISDB_SDT_Vtbl
impl UnwindSafe for IISDB_SDT_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