Struct ITScriptableAudioFormat_Vtbl
#[repr(C)]pub struct ITScriptableAudioFormat_Vtbl {Show 13 fields
pub base__: IDispatch_Vtbl,
pub Channels: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetChannels: unsafe extern "system" fn(_: *mut c_void, _: i32) -> 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 i32) -> HRESULT,
pub SetBlockAlign: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub BitsPerSample: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetBitsPerSample: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub FormatTag: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetFormatTag: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Channels: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetChannels: unsafe extern "system" fn(_: *mut c_void, _: i32) -> 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 i32) -> HRESULT
§SetBlockAlign: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§BitsPerSample: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetBitsPerSample: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§FormatTag: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetFormatTag: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl ITScriptableAudioFormat_Vtbl
impl ITScriptableAudioFormat_Vtbl
pub const fn new<Identity: ITScriptableAudioFormat_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITScriptableAudioFormat_Vtbl
impl RefUnwindSafe for ITScriptableAudioFormat_Vtbl
impl Send for ITScriptableAudioFormat_Vtbl
impl Sync for ITScriptableAudioFormat_Vtbl
impl Unpin for ITScriptableAudioFormat_Vtbl
impl UnwindSafe for ITScriptableAudioFormat_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