Struct windows::Win32::Media::Speech::ISpTranscript_Vtbl
#[repr(C)]pub struct ISpTranscript_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetTranscript: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub AppendTranscript: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetTranscript: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§AppendTranscript: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl ISpTranscript_Vtbl
impl ISpTranscript_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpTranscript_Vtblwhere
Identity: ISpTranscript_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpTranscript_Vtbl
impl RefUnwindSafe for ISpTranscript_Vtbl
impl Send for ISpTranscript_Vtbl
impl Sync for ISpTranscript_Vtbl
impl Unpin for ISpTranscript_Vtbl
impl UnwindSafe for ISpTranscript_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