Struct windows::Win32::Media::DirectShow::Tv::ITuneRequestInfo_Vtbl
#[repr(C)]pub struct ITuneRequestInfo_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetLocatorData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetComponentData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CreateComponentList: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetNextProgram: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetPreviousProgram: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetNextLocator: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetPreviousLocator: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetLocatorData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetComponentData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CreateComponentList: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetNextProgram: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetPreviousProgram: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetNextLocator: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetPreviousLocator: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ITuneRequestInfo_Vtbl
impl ITuneRequestInfo_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITuneRequestInfo_Vtblwhere
Identity: ITuneRequestInfo_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITuneRequestInfo_Vtbl
impl RefUnwindSafe for ITuneRequestInfo_Vtbl
impl Send for ITuneRequestInfo_Vtbl
impl Sync for ITuneRequestInfo_Vtbl
impl Unpin for ITuneRequestInfo_Vtbl
impl UnwindSafe for ITuneRequestInfo_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