Skip to main content

IAkRoom_PriorityList

Trait IAkRoom_PriorityList 

Source
pub trait IAkRoom_PriorityList: IObject {
    // Provided methods
    fn rooms(self) -> List_1<AkRoom> { ... }
    fn set_rooms(self, value: List_1<AkRoom>) { ... }
}

Provided Methods§

Source

fn rooms(self) -> List_1<AkRoom>

Source

fn set_rooms(self, value: List_1<AkRoom>)

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§