#[repr(C)]pub struct ISpeechCustomStream {
pub lpVtbl: *const ISpeechCustomStreamVtbl,
}
Fields§
§lpVtbl: *const ISpeechCustomStreamVtbl
Implementations§
Methods from Deref<Target = ISpeechBaseStream>§
pub unsafe fn get_Format( &self, AudioFormat: *mut *mut ISpeechAudioFormat, ) -> HRESULT
pub unsafe fn putref_Format( &self, AudioFormat: *mut ISpeechAudioFormat, ) -> HRESULT
pub unsafe fn Read( &self, Buffer: *mut VARIANT, NumberOfBytes: c_long, BytesRead: *mut c_long, ) -> HRESULT
pub unsafe fn Write( &self, Buffer: VARIANT, BytesWritten: *mut c_long, ) -> HRESULT
pub unsafe fn Seek( &self, Position: VARIANT, Origin: SpeechStreamSeekPositionType, NewPosition: *mut VARIANT, ) -> HRESULT
Methods from Deref<Target = IDispatch>§
pub unsafe fn GetTypeInfoCount(&self, pctinfo: *mut UINT) -> HRESULT
pub unsafe fn GetTypeInfo( &self, iTInfo: UINT, lcid: LCID, ppTInfo: *mut *mut ITypeInfo, ) -> HRESULT
pub unsafe fn GetIDsOfNames( &self, riid: REFIID, rgszNames: *mut LPOLESTR, cNames: UINT, lcid: LCID, rgDispId: *mut DISPID, ) -> HRESULT
pub unsafe fn Invoke( &self, dispIdMember: DISPID, riid: REFIID, lcid: LCID, wFlags: WORD, pDispParams: *mut DISPPARAMS, pVarResult: *mut VARIANT, pExcepInfo: *mut EXCEPINFO, puArgErr: *mut UINT, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpeechCustomStream
impl Deref for ISpeechCustomStream
Source§type Target = ISpeechBaseStream
type Target = ISpeechBaseStream
The resulting type after dereferencing.
Source§fn deref(&self) -> &ISpeechBaseStream
fn deref(&self) -> &ISpeechBaseStream
Dereferences the value.
Auto Trait Implementations§
impl Freeze for ISpeechCustomStream
impl RefUnwindSafe for ISpeechCustomStream
impl !Send for ISpeechCustomStream
impl !Sync for ISpeechCustomStream
impl Unpin for ISpeechCustomStream
impl UnwindSafe for ISpeechCustomStream
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