pub trait IAkAudioListener_DefaultListenerListMethods: IAkAudioListener_DefaultListenerList {
// Provided methods
fn add(self, listener: impl Into<AkAudioListener>) -> bool { ... }
fn remove(self, listener: impl Into<AkAudioListener>) -> bool { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn add(self, listener: impl Into<AkAudioListener>) -> bool
fn add(self, listener: impl Into<AkAudioListener>) -> bool
Add(crate::root::akaudiolistener::AkAudioListener) overload
Sourcefn remove(self, listener: impl Into<AkAudioListener>) -> bool
fn remove(self, listener: impl Into<AkAudioListener>) -> bool
Remove(crate::root::akaudiolistener::AkAudioListener) overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: IAkAudioListener_DefaultListenerList> IAkAudioListener_DefaultListenerListMethods for __T
Available on crate feature
root-akaudiolistener only.