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