Struct windows::Win32::Media::DirectShow::Tv::IDVBTuningSpace_Vtbl
#[repr(C)]pub struct IDVBTuningSpace_Vtbl {
pub base__: ITuningSpace_Vtbl,
pub SystemType: unsafe extern "system" fn(_: *mut c_void, _: *mut DVBSystemType) -> HRESULT,
pub SetSystemType: unsafe extern "system" fn(_: *mut c_void, _: DVBSystemType) -> HRESULT,
}
Fields§
§base__: ITuningSpace_Vtbl
§SystemType: unsafe extern "system" fn(_: *mut c_void, _: *mut DVBSystemType) -> HRESULT
§SetSystemType: unsafe extern "system" fn(_: *mut c_void, _: DVBSystemType) -> HRESULT
Implementations§
§impl IDVBTuningSpace_Vtbl
impl IDVBTuningSpace_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDVBTuningSpace_Vtblwhere
Identity: IDVBTuningSpace_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDVBTuningSpace_Vtbl
impl RefUnwindSafe for IDVBTuningSpace_Vtbl
impl Send for IDVBTuningSpace_Vtbl
impl Sync for IDVBTuningSpace_Vtbl
impl Unpin for IDVBTuningSpace_Vtbl
impl UnwindSafe for IDVBTuningSpace_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