#[repr(C)]pub struct IAudioRenderClient {
pub lpVtbl: *const IAudioRenderClientVtbl,
}
Fields§
§lpVtbl: *const IAudioRenderClientVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IAudioRenderClient
impl Deref for IAudioRenderClient
Auto Trait Implementations§
impl Freeze for IAudioRenderClient
impl RefUnwindSafe for IAudioRenderClient
impl !Send for IAudioRenderClient
impl !Sync for IAudioRenderClient
impl Unpin for IAudioRenderClient
impl UnwindSafe for IAudioRenderClient
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