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