Struct windows::Win32::Media::DirectShow::Tv::IMPEG2Component_Vtbl
#[repr(C)]pub struct IMPEG2Component_Vtbl {
pub base__: IComponent_Vtbl,
pub PID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetPID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub PCRPID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetPCRPID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub ProgramNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetProgramNumber: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IComponent_Vtbl
§PID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetPID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§PCRPID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetPCRPID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§ProgramNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetProgramNumber: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl IMPEG2Component_Vtbl
impl IMPEG2Component_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMPEG2Component_Vtblwhere
Identity: IMPEG2Component_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMPEG2Component_Vtbl
impl RefUnwindSafe for IMPEG2Component_Vtbl
impl Send for IMPEG2Component_Vtbl
impl Sync for IMPEG2Component_Vtbl
impl Unpin for IMPEG2Component_Vtbl
impl UnwindSafe for IMPEG2Component_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