Struct IBDA_DigitalDemodulator_Vtbl
#[repr(C)]pub struct IBDA_DigitalDemodulator_Vtbl {Show 15 fields
pub base__: IUnknown_Vtbl,
pub SetModulationType: unsafe extern "system" fn(_: *mut c_void, _: *const ModulationType) -> HRESULT,
pub ModulationType: unsafe extern "system" fn(_: *mut c_void, _: *mut ModulationType) -> HRESULT,
pub SetInnerFECMethod: unsafe extern "system" fn(_: *mut c_void, _: *const FECMethod) -> HRESULT,
pub InnerFECMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut FECMethod) -> HRESULT,
pub SetInnerFECRate: unsafe extern "system" fn(_: *mut c_void, _: *const BinaryConvolutionCodeRate) -> HRESULT,
pub InnerFECRate: unsafe extern "system" fn(_: *mut c_void, _: *mut BinaryConvolutionCodeRate) -> HRESULT,
pub SetOuterFECMethod: unsafe extern "system" fn(_: *mut c_void, _: *const FECMethod) -> HRESULT,
pub OuterFECMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut FECMethod) -> HRESULT,
pub SetOuterFECRate: unsafe extern "system" fn(_: *mut c_void, _: *const BinaryConvolutionCodeRate) -> HRESULT,
pub OuterFECRate: unsafe extern "system" fn(_: *mut c_void, _: *mut BinaryConvolutionCodeRate) -> HRESULT,
pub SetSymbolRate: unsafe extern "system" fn(_: *mut c_void, _: *const u32) -> HRESULT,
pub SymbolRate: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetSpectralInversion: unsafe extern "system" fn(_: *mut c_void, _: *const SpectralInversion) -> HRESULT,
pub SpectralInversion: unsafe extern "system" fn(_: *mut c_void, _: *mut SpectralInversion) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§SetModulationType: unsafe extern "system" fn(_: *mut c_void, _: *const ModulationType) -> HRESULT§ModulationType: unsafe extern "system" fn(_: *mut c_void, _: *mut ModulationType) -> HRESULT§SetInnerFECMethod: unsafe extern "system" fn(_: *mut c_void, _: *const FECMethod) -> HRESULT§InnerFECMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut FECMethod) -> HRESULT§SetInnerFECRate: unsafe extern "system" fn(_: *mut c_void, _: *const BinaryConvolutionCodeRate) -> HRESULT§InnerFECRate: unsafe extern "system" fn(_: *mut c_void, _: *mut BinaryConvolutionCodeRate) -> HRESULT§SetOuterFECMethod: unsafe extern "system" fn(_: *mut c_void, _: *const FECMethod) -> HRESULT§OuterFECMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut FECMethod) -> HRESULT§SetOuterFECRate: unsafe extern "system" fn(_: *mut c_void, _: *const BinaryConvolutionCodeRate) -> HRESULT§OuterFECRate: unsafe extern "system" fn(_: *mut c_void, _: *mut BinaryConvolutionCodeRate) -> HRESULT§SetSymbolRate: unsafe extern "system" fn(_: *mut c_void, _: *const u32) -> HRESULT§SymbolRate: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetSpectralInversion: unsafe extern "system" fn(_: *mut c_void, _: *const SpectralInversion) -> HRESULT§SpectralInversion: unsafe extern "system" fn(_: *mut c_void, _: *mut SpectralInversion) -> HRESULTImplementations§
§impl IBDA_DigitalDemodulator_Vtbl
impl IBDA_DigitalDemodulator_Vtbl
pub const fn new<Identity: IBDA_DigitalDemodulator_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBDA_DigitalDemodulator_Vtbl
impl RefUnwindSafe for IBDA_DigitalDemodulator_Vtbl
impl Send for IBDA_DigitalDemodulator_Vtbl
impl Sync for IBDA_DigitalDemodulator_Vtbl
impl Unpin for IBDA_DigitalDemodulator_Vtbl
impl UnwindSafe for IBDA_DigitalDemodulator_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