Struct ITunerCap_Vtbl
#[repr(C)]pub struct ITunerCap_Vtbl {
pub base__: IUnknown_Vtbl,
pub get_SupportedNetworkTypes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut GUID) -> HRESULT,
pub get_SupportedVideoFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub get_AuxInputCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§get_SupportedNetworkTypes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut GUID) -> HRESULT
§get_SupportedVideoFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§get_AuxInputCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
Implementations§
§impl ITunerCap_Vtbl
impl ITunerCap_Vtbl
pub const fn new<Identity: ITunerCap_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITunerCap_Vtbl
impl RefUnwindSafe for ITunerCap_Vtbl
impl Send for ITunerCap_Vtbl
impl Sync for ITunerCap_Vtbl
impl Unpin for ITunerCap_Vtbl
impl UnwindSafe for ITunerCap_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