#[repr(C)]pub struct IAudioSource {
pub lpVtbl: *mut IAudioSourceVtbl,
}Fields§
§lpVtbl: *mut IAudioSourceVtblTrait Implementations§
Auto Trait Implementations§
impl !Send for IAudioSource
impl !Sync for IAudioSource
impl Freeze for IAudioSource
impl RefUnwindSafe for IAudioSource
impl Unpin for IAudioSource
impl UnsafeUnpin for IAudioSource
impl UnwindSafe for IAudioSource
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