pub trait ITrackBindingTypeAttributeMethods: ITrackBindingTypeAttribute {
// Provided methods
fn ctor(self, type: impl Into<SystemType>) { ... }
fn ctor_2(
self,
type: impl Into<SystemType>,
flags: impl Into<TrackBindingFlags>,
) { ... }
}Provided Methods§
Sourcefn ctor_2(
self,
type: impl Into<SystemType>,
flags: impl Into<TrackBindingFlags>,
)
fn ctor_2( self, type: impl Into<SystemType>, flags: impl Into<TrackBindingFlags>, )
.ctor(::unity::SystemType, crate::unity_engine::timeline::trackbindingflags::TrackBindingFlags) 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: ITrackBindingTypeAttribute> ITrackBindingTypeAttributeMethods for __T
Available on crate feature
unity_engine-timeline-trackbindingtypeattribute only.