Struct IAMTimecodeGenerator_Vtbl
#[repr(C)]pub struct IAMTimecodeGenerator_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetTCGMode: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT,
pub SetTCGMode: 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 SetTimecode: unsafe extern "system" fn(_: *mut c_void, _: *const TIMECODE_SAMPLE) -> HRESULT,
pub GetTimecode: unsafe extern "system" fn(_: *mut c_void, _: *mut TIMECODE_SAMPLE) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§GetTCGMode: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT§SetTCGMode: 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§SetTimecode: unsafe extern "system" fn(_: *mut c_void, _: *const TIMECODE_SAMPLE) -> HRESULT§GetTimecode: unsafe extern "system" fn(_: *mut c_void, _: *mut TIMECODE_SAMPLE) -> HRESULTImplementations§
§impl IAMTimecodeGenerator_Vtbl
impl IAMTimecodeGenerator_Vtbl
pub const fn new<Identity: IAMTimecodeGenerator_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAMTimecodeGenerator_Vtbl
impl RefUnwindSafe for IAMTimecodeGenerator_Vtbl
impl Send for IAMTimecodeGenerator_Vtbl
impl Sync for IAMTimecodeGenerator_Vtbl
impl Unpin for IAMTimecodeGenerator_Vtbl
impl UnwindSafe for IAMTimecodeGenerator_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