Skip to main content

IAkAudioListener_DefaultListenerListMethods

Trait IAkAudioListener_DefaultListenerListMethods 

Source
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§

Source

fn add(self, listener: impl Into<AkAudioListener>) -> bool

Add(crate::root::akaudiolistener::AkAudioListener) overload

Source

fn remove(self, listener: impl Into<AkAudioListener>) -> bool

Remove(crate::root::akaudiolistener::AkAudioListener) overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: IAkAudioListener_DefaultListenerList> IAkAudioListener_DefaultListenerListMethods for __T

Available on crate feature root-akaudiolistener only.