Struct IMFPresentationClock_Vtbl
#[repr(C)]pub struct IMFPresentationClock_Vtbl {
pub base__: IMFClock_Vtbl,
pub SetTimeSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetTimeSource: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT,
pub AddClockStateSink: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveClockStateSink: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Start: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IMFClock_Vtbl
§SetTimeSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetTimeSource: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT
§AddClockStateSink: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveClockStateSink: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Start: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IMFPresentationClock_Vtbl
impl IMFPresentationClock_Vtbl
pub const fn new<Identity: IMFPresentationClock_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFPresentationClock_Vtbl
impl RefUnwindSafe for IMFPresentationClock_Vtbl
impl Send for IMFPresentationClock_Vtbl
impl Sync for IMFPresentationClock_Vtbl
impl Unpin for IMFPresentationClock_Vtbl
impl UnwindSafe for IMFPresentationClock_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