Skip to main content

IAkEnvironment_AkEnvironment_CompareByPriorityMethods

Trait IAkEnvironment_AkEnvironment_CompareByPriorityMethods 

Source
pub trait IAkEnvironment_AkEnvironment_CompareByPriorityMethods: IAkEnvironment_AkEnvironment_CompareByPriority {
    // Provided methods
    fn compare(
        self,
        a: impl Into<AkEnvironment>,
        b: impl Into<AkEnvironment>,
    ) -> i32 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn compare( self, a: impl Into<AkEnvironment>, b: impl Into<AkEnvironment>, ) -> i32

Compare(crate::root::akenvironment::AkEnvironment, crate::root::akenvironment::AkEnvironment) 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§