Struct ISpeechFileStream_Vtbl
#[repr(C)]pub struct ISpeechFileStream_Vtbl {
pub base__: ISpeechBaseStream_Vtbl,
pub Open: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: SpeechStreamFileMode, _: VARIANT_BOOL) -> HRESULT,
pub Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: ISpeechBaseStream_Vtbl
§Open: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: SpeechStreamFileMode, _: VARIANT_BOOL) -> HRESULT
§Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ISpeechFileStream_Vtbl
impl ISpeechFileStream_Vtbl
pub const fn new<Identity: ISpeechFileStream_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpeechFileStream_Vtbl
impl RefUnwindSafe for ISpeechFileStream_Vtbl
impl Send for ISpeechFileStream_Vtbl
impl Sync for ISpeechFileStream_Vtbl
impl Unpin for ISpeechFileStream_Vtbl
impl UnwindSafe for ISpeechFileStream_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