Struct windows::Win32::Media::Speech::ISpStreamFormat_Vtbl
#[repr(C)]pub struct ISpStreamFormat_Vtbl {
pub base__: IStream_Vtbl,
pub GetFormat: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut WAVEFORMATEX) -> HRESULT,
}
Fields§
§base__: IStream_Vtbl
§GetFormat: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut WAVEFORMATEX) -> HRESULT
Implementations§
§impl ISpStreamFormat_Vtbl
impl ISpStreamFormat_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpStreamFormat_Vtblwhere
Identity: ISpStreamFormat_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpStreamFormat_Vtbl
impl RefUnwindSafe for ISpStreamFormat_Vtbl
impl Send for ISpStreamFormat_Vtbl
impl Sync for ISpStreamFormat_Vtbl
impl Unpin for ISpStreamFormat_Vtbl
impl UnwindSafe for ISpStreamFormat_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