Skip to main content

IIPlayableOutput_InterfaceMethods

Trait IIPlayableOutput_InterfaceMethods 

Source
pub trait IIPlayableOutput_InterfaceMethods: IIPlayableOutput_Interface {
    // Provided method
    fn get_handle(self) -> PlayableOutputHandle { ... }
}

Provided Methods§

Source

fn get_handle(self) -> PlayableOutputHandle

GetHandle() 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: IIPlayableOutput_Interface> IIPlayableOutput_InterfaceMethods for __T

Available on crate feature unity_engine-playables-iplayableoutput_interface only.