Struct IAMTuner_Vtbl
#[repr(C)]pub struct IAMTuner_Vtbl {Show 16 fields
pub base__: IUnknown_Vtbl,
pub put_Channel: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32) -> HRESULT,
pub get_Channel: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT,
pub ChannelMinMax: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32) -> HRESULT,
pub SetCountryCode: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub CountryCode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetTuningSpace: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub TuningSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Logon: unsafe extern "system" fn(_: *mut c_void, _: HANDLE) -> HRESULT,
pub Logout: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SignalPresent: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetMode: unsafe extern "system" fn(_: *mut c_void, _: AMTunerModeType) -> HRESULT,
pub Mode: unsafe extern "system" fn(_: *mut c_void, _: *mut AMTunerModeType) -> HRESULT,
pub GetAvailableModes: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub RegisterNotificationCallBack: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT,
pub UnRegisterNotificationCallBack: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§put_Channel: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32) -> HRESULT
§get_Channel: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT
§ChannelMinMax: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32) -> HRESULT
§SetCountryCode: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§CountryCode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetTuningSpace: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§TuningSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Logon: unsafe extern "system" fn(_: *mut c_void, _: HANDLE) -> HRESULT
§Logout: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SignalPresent: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetMode: unsafe extern "system" fn(_: *mut c_void, _: AMTunerModeType) -> HRESULT
§Mode: unsafe extern "system" fn(_: *mut c_void, _: *mut AMTunerModeType) -> HRESULT
§GetAvailableModes: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§RegisterNotificationCallBack: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT
§UnRegisterNotificationCallBack: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IAMTuner_Vtbl
impl IAMTuner_Vtbl
pub const fn new<Identity: IAMTuner_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAMTuner_Vtbl
impl RefUnwindSafe for IAMTuner_Vtbl
impl Send for IAMTuner_Vtbl
impl Sync for IAMTuner_Vtbl
impl Unpin for IAMTuner_Vtbl
impl UnwindSafe for IAMTuner_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