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