Skip to main content

IAkMultiPosEvent

Trait IAkMultiPosEvent 

Source
pub trait IAkMultiPosEvent: IObject {
    // Provided methods
    fn event_is_playing(self) -> bool { ... }
    fn set_event_is_playing(self, value: bool) { ... }
    fn list(self) -> List_1<AkAmbient> { ... }
    fn set_list(self, value: List_1<AkAmbient>) { ... }
}

Provided Methods§

Source

fn event_is_playing(self) -> bool

Source

fn set_event_is_playing(self, value: bool)

Source

fn list(self) -> List_1<AkAmbient>

Source

fn set_list(self, value: List_1<AkAmbient>)

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§