Struct windows::Win32::Media::Audio::DirectMusic::IDirectMusic8_Vtbl
#[repr(C)]pub struct IDirectMusic8_Vtbl {
pub base__: IDirectMusic_Vtbl,
pub SetExternalMasterClock: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDirectMusic_Vtbl
§SetExternalMasterClock: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IDirectMusic8_Vtbl
impl IDirectMusic8_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDirectMusic8_Vtblwhere
Identity: IDirectMusic8_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirectMusic8_Vtbl
impl RefUnwindSafe for IDirectMusic8_Vtbl
impl Send for IDirectMusic8_Vtbl
impl Sync for IDirectMusic8_Vtbl
impl Unpin for IDirectMusic8_Vtbl
impl UnwindSafe for IDirectMusic8_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