Struct windows::Win32::Media::DirectShow::Tv::ILocator_Vtbl
#[repr(C)]pub struct ILocator_Vtbl {Show 16 fields
pub base__: IDispatch_Vtbl,
pub CarrierFrequency: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetCarrierFrequency: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub InnerFEC: unsafe extern "system" fn(_: *mut c_void, _: *mut FECMethod) -> HRESULT,
pub SetInnerFEC: unsafe extern "system" fn(_: *mut c_void, _: FECMethod) -> HRESULT,
pub InnerFECRate: unsafe extern "system" fn(_: *mut c_void, _: *mut BinaryConvolutionCodeRate) -> HRESULT,
pub SetInnerFECRate: unsafe extern "system" fn(_: *mut c_void, _: BinaryConvolutionCodeRate) -> HRESULT,
pub OuterFEC: unsafe extern "system" fn(_: *mut c_void, _: *mut FECMethod) -> HRESULT,
pub SetOuterFEC: unsafe extern "system" fn(_: *mut c_void, _: FECMethod) -> HRESULT,
pub OuterFECRate: unsafe extern "system" fn(_: *mut c_void, _: *mut BinaryConvolutionCodeRate) -> HRESULT,
pub SetOuterFECRate: unsafe extern "system" fn(_: *mut c_void, _: BinaryConvolutionCodeRate) -> HRESULT,
pub Modulation: unsafe extern "system" fn(_: *mut c_void, _: *mut ModulationType) -> HRESULT,
pub SetModulation: unsafe extern "system" fn(_: *mut c_void, _: ModulationType) -> HRESULT,
pub SymbolRate: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetSymbolRate: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§CarrierFrequency: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetCarrierFrequency: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§InnerFEC: unsafe extern "system" fn(_: *mut c_void, _: *mut FECMethod) -> HRESULT
§SetInnerFEC: unsafe extern "system" fn(_: *mut c_void, _: FECMethod) -> HRESULT
§InnerFECRate: unsafe extern "system" fn(_: *mut c_void, _: *mut BinaryConvolutionCodeRate) -> HRESULT
§SetInnerFECRate: unsafe extern "system" fn(_: *mut c_void, _: BinaryConvolutionCodeRate) -> HRESULT
§OuterFEC: unsafe extern "system" fn(_: *mut c_void, _: *mut FECMethod) -> HRESULT
§SetOuterFEC: unsafe extern "system" fn(_: *mut c_void, _: FECMethod) -> HRESULT
§OuterFECRate: unsafe extern "system" fn(_: *mut c_void, _: *mut BinaryConvolutionCodeRate) -> HRESULT
§SetOuterFECRate: unsafe extern "system" fn(_: *mut c_void, _: BinaryConvolutionCodeRate) -> HRESULT
§Modulation: unsafe extern "system" fn(_: *mut c_void, _: *mut ModulationType) -> HRESULT
§SetModulation: unsafe extern "system" fn(_: *mut c_void, _: ModulationType) -> HRESULT
§SymbolRate: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetSymbolRate: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ILocator_Vtbl
impl ILocator_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ILocator_Vtblwhere
Identity: ILocator_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ILocator_Vtbl
impl RefUnwindSafe for ILocator_Vtbl
impl Send for ILocator_Vtbl
impl Sync for ILocator_Vtbl
impl Unpin for ILocator_Vtbl
impl UnwindSafe for ILocator_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