Struct windows::Win32::Media::DirectShow::IAMLatency_Vtbl
#[repr(C)]pub struct IAMLatency_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetLatency: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetLatency: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT
Implementations§
§impl IAMLatency_Vtbl
impl IAMLatency_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAMLatency_Vtblwhere
Identity: IAMLatency_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAMLatency_Vtbl
impl RefUnwindSafe for IAMLatency_Vtbl
impl Send for IAMLatency_Vtbl
impl Sync for IAMLatency_Vtbl
impl Unpin for IAMLatency_Vtbl
impl UnwindSafe for IAMLatency_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