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