Struct windows::Win32::Media::DirectShow::IAMTimecodeReader_Vtbl
#[repr(C)]pub struct IAMTimecodeReader_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetTCRMode: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT,
pub SetTCRMode: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
pub SetVITCLine: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub VITCLine: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GetTimecode: unsafe extern "system" fn(_: *mut c_void, _: *mut TIMECODE_SAMPLE) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetTCRMode: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT
§SetTCRMode: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT
§SetVITCLine: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§VITCLine: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§GetTimecode: unsafe extern "system" fn(_: *mut c_void, _: *mut TIMECODE_SAMPLE) -> HRESULT
Implementations§
§impl IAMTimecodeReader_Vtbl
impl IAMTimecodeReader_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAMTimecodeReader_Vtblwhere
Identity: IAMTimecodeReader_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAMTimecodeReader_Vtbl
impl RefUnwindSafe for IAMTimecodeReader_Vtbl
impl Send for IAMTimecodeReader_Vtbl
impl Sync for IAMTimecodeReader_Vtbl
impl Unpin for IAMTimecodeReader_Vtbl
impl UnwindSafe for IAMTimecodeReader_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