Struct windows::Win32::Media::IReferenceClock2_Vtbl
#[repr(C)]pub struct IReferenceClock2_Vtbl {
pub base__: IReferenceClock_Vtbl,
}
Fields§
§base__: IReferenceClock_Vtbl
Implementations§
§impl IReferenceClock2_Vtbl
impl IReferenceClock2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IReferenceClock2_Vtblwhere
Identity: IReferenceClock2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IReferenceClock2_Vtbl
impl RefUnwindSafe for IReferenceClock2_Vtbl
impl Send for IReferenceClock2_Vtbl
impl Sync for IReferenceClock2_Vtbl
impl Unpin for IReferenceClock2_Vtbl
impl UnwindSafe for IReferenceClock2_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