Struct windows::Win32::Media::Speech::ISpeechWaveFormatEx_Vtbl
#[repr(C)]pub struct ISpeechWaveFormatEx_Vtbl {Show 15 fields
pub base__: IDispatch_Vtbl,
pub FormatTag: unsafe extern "system" fn(_: *mut c_void, _: *mut i16) -> HRESULT,
pub SetFormatTag: unsafe extern "system" fn(_: *mut c_void, _: i16) -> HRESULT,
pub Channels: unsafe extern "system" fn(_: *mut c_void, _: *mut i16) -> HRESULT,
pub SetChannels: unsafe extern "system" fn(_: *mut c_void, _: i16) -> HRESULT,
pub SamplesPerSec: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetSamplesPerSec: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub AvgBytesPerSec: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetAvgBytesPerSec: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub BlockAlign: unsafe extern "system" fn(_: *mut c_void, _: *mut i16) -> HRESULT,
pub SetBlockAlign: unsafe extern "system" fn(_: *mut c_void, _: i16) -> HRESULT,
pub BitsPerSample: unsafe extern "system" fn(_: *mut c_void, _: *mut i16) -> HRESULT,
pub SetBitsPerSample: unsafe extern "system" fn(_: *mut c_void, _: i16) -> HRESULT,
pub ExtraData: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub SetExtraData: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<VARIANT>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§FormatTag: unsafe extern "system" fn(_: *mut c_void, _: *mut i16) -> HRESULT
§SetFormatTag: unsafe extern "system" fn(_: *mut c_void, _: i16) -> HRESULT
§Channels: unsafe extern "system" fn(_: *mut c_void, _: *mut i16) -> HRESULT
§SetChannels: unsafe extern "system" fn(_: *mut c_void, _: i16) -> HRESULT
§SamplesPerSec: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetSamplesPerSec: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§AvgBytesPerSec: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetAvgBytesPerSec: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§BlockAlign: unsafe extern "system" fn(_: *mut c_void, _: *mut i16) -> HRESULT
§SetBlockAlign: unsafe extern "system" fn(_: *mut c_void, _: i16) -> HRESULT
§BitsPerSample: unsafe extern "system" fn(_: *mut c_void, _: *mut i16) -> HRESULT
§SetBitsPerSample: unsafe extern "system" fn(_: *mut c_void, _: i16) -> HRESULT
§ExtraData: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§SetExtraData: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<VARIANT>) -> HRESULT
Implementations§
§impl ISpeechWaveFormatEx_Vtbl
impl ISpeechWaveFormatEx_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpeechWaveFormatEx_Vtblwhere
Identity: ISpeechWaveFormatEx_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpeechWaveFormatEx_Vtbl
impl RefUnwindSafe for ISpeechWaveFormatEx_Vtbl
impl Send for ISpeechWaveFormatEx_Vtbl
impl Sync for ISpeechWaveFormatEx_Vtbl
impl Unpin for ISpeechWaveFormatEx_Vtbl
impl UnwindSafe for ISpeechWaveFormatEx_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