Struct windows::Win32::Media::DirectShow::IAMAnalogVideoEncoder_Vtbl
#[repr(C)]pub struct IAMAnalogVideoEncoder_Vtbl {
pub base__: IUnknown_Vtbl,
pub AvailableTVFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetTVFormat: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub TVFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetCopyProtection: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub CopyProtection: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetCCEnable: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub CCEnable: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AvailableTVFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetTVFormat: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§TVFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetCopyProtection: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§CopyProtection: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetCCEnable: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§CCEnable: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IAMAnalogVideoEncoder_Vtbl
impl IAMAnalogVideoEncoder_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAMAnalogVideoEncoder_Vtblwhere
Identity: IAMAnalogVideoEncoder_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAMAnalogVideoEncoder_Vtbl
impl RefUnwindSafe for IAMAnalogVideoEncoder_Vtbl
impl Send for IAMAnalogVideoEncoder_Vtbl
impl Sync for IAMAnalogVideoEncoder_Vtbl
impl Unpin for IAMAnalogVideoEncoder_Vtbl
impl UnwindSafe for IAMAnalogVideoEncoder_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