pub trait IIPlayableOutput_InterfaceMethods: IIPlayableOutput_Interface {
// Provided method
fn get_handle(self) -> PlayableOutputHandle { ... }
}Provided Methods§
Sourcefn get_handle(self) -> PlayableOutputHandle
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§
impl<__T: IIPlayableOutput_Interface> IIPlayableOutput_InterfaceMethods for __T
Available on crate feature
unity_engine-playables-iplayableoutput_interface only.