#[repr(C)]pub struct ISpTranscript {
pub lpVtbl: *const ISpTranscriptVtbl,
}
Fields§
§lpVtbl: *const ISpTranscriptVtbl
Implementations§
Source§impl ISpTranscript
impl ISpTranscript
pub unsafe fn GetTranscript(&self, ppszTranscript: *mut LPWSTR) -> HRESULT
pub unsafe fn AppendTranscript(&self, pszTranscript: LPCWSTR) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpTranscript
impl Deref for ISpTranscript
Auto Trait Implementations§
impl Freeze for ISpTranscript
impl RefUnwindSafe for ISpTranscript
impl !Send for ISpTranscript
impl !Sync for ISpTranscript
impl Unpin for ISpTranscript
impl UnwindSafe for ISpTranscript
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