Skip to main content

ISoundSystem_ResultSoundLoadListMethods

Trait ISoundSystem_ResultSoundLoadListMethods 

Source
pub trait ISoundSystem_ResultSoundLoadListMethods: ISoundSystem_ResultSoundLoadList {
    // Provided methods
    fn ctor(self) { ... }
    fn add(self, result: impl Into<SoundSystem_ResultSoundLoad>) { ... }
    fn is_loading(self) -> bool { ... }
    fn is_load_success(self) -> bool { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn add(self, result: impl Into<SoundSystem_ResultSoundLoad>)

Add(crate::app::soundsystem::SoundSystem_ResultSoundLoad) overload

Source

fn is_loading(self) -> bool

IsLoading() overload

Source

fn is_load_success(self) -> bool

IsLoadSuccess() 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: ISoundSystem_ResultSoundLoadList> ISoundSystem_ResultSoundLoadListMethods for __T

Available on crate feature app-soundsystem only.