Struct windows::Win32::Media::Speech::ISpStream_Vtbl
#[repr(C)]pub struct ISpStream_Vtbl {
pub base__: ISpStreamFormat_Vtbl,
pub SetBaseStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID, _: *const WAVEFORMATEX) -> HRESULT,
pub GetBaseStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub BindToFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: SPFILEMODE, _: *const GUID, _: *const WAVEFORMATEX, _: u64) -> HRESULT,
pub Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: ISpStreamFormat_Vtbl
§SetBaseStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID, _: *const WAVEFORMATEX) -> HRESULT
§GetBaseStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§BindToFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: SPFILEMODE, _: *const GUID, _: *const WAVEFORMATEX, _: u64) -> HRESULT
§Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ISpStream_Vtbl
impl ISpStream_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpStream_Vtblwhere
Identity: ISpStream_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpStream_Vtbl
impl RefUnwindSafe for ISpStream_Vtbl
impl Send for ISpStream_Vtbl
impl Sync for ISpStream_Vtbl
impl Unpin for ISpStream_Vtbl
impl UnwindSafe for ISpStream_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