#[repr(C)]pub struct IInterAppAudioConnectionNotificationVtbl {
pub base: FUnknownVtbl,
pub onInterAppAudioConnectionStateChange: unsafe extern "system" fn(this: *mut IInterAppAudioConnectionNotification, newState: TBool),
}
Fields§
§base: FUnknownVtbl
§onInterAppAudioConnectionStateChange: unsafe extern "system" fn(this: *mut IInterAppAudioConnectionNotification, newState: TBool)
Trait Implementations§
source§impl Clone for IInterAppAudioConnectionNotificationVtbl
impl Clone for IInterAppAudioConnectionNotificationVtbl
source§fn clone(&self) -> IInterAppAudioConnectionNotificationVtbl
fn clone(&self) -> IInterAppAudioConnectionNotificationVtbl
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for IInterAppAudioConnectionNotificationVtbl
Auto Trait Implementations§
impl RefUnwindSafe for IInterAppAudioConnectionNotificationVtbl
impl Send for IInterAppAudioConnectionNotificationVtbl
impl Sync for IInterAppAudioConnectionNotificationVtbl
impl Unpin for IInterAppAudioConnectionNotificationVtbl
impl UnwindSafe for IInterAppAudioConnectionNotificationVtbl
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