Struct windows::Win32::Media::MediaFoundation::IMFClock_Vtbl
#[repr(C)]pub struct IMFClock_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetClockCharacteristics: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetCorrelatedTime: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut i64, _: *mut i64) -> HRESULT,
pub GetContinuityKey: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MFCLOCK_STATE) -> HRESULT,
pub GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut MFCLOCK_PROPERTIES) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetClockCharacteristics: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetContinuityKey: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MFCLOCK_STATE) -> HRESULT
§GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut MFCLOCK_PROPERTIES) -> HRESULT
Implementations§
§impl IMFClock_Vtbl
impl IMFClock_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFClock_Vtblwhere
Identity: IMFClock_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFClock_Vtbl
impl RefUnwindSafe for IMFClock_Vtbl
impl Send for IMFClock_Vtbl
impl Sync for IMFClock_Vtbl
impl Unpin for IMFClock_Vtbl
impl UnwindSafe for IMFClock_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