Struct windows::Win32::Media::Audio::IAudioClock_Vtbl
#[repr(C)]pub struct IAudioClock_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetFrequency: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub GetPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut u64, _: *mut u64) -> HRESULT,
pub GetCharacteristics: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetFrequency: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§GetPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut u64, _: *mut u64) -> HRESULT
§GetCharacteristics: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IAudioClock_Vtbl
impl IAudioClock_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAudioClock_Vtblwhere
Identity: IAudioClock_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAudioClock_Vtbl
impl RefUnwindSafe for IAudioClock_Vtbl
impl Send for IAudioClock_Vtbl
impl Sync for IAudioClock_Vtbl
impl Unpin for IAudioClock_Vtbl
impl UnwindSafe for IAudioClock_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