pub unsafe trait MDLLightSCNModelIO:
ClassType
+ Sized
+ Sealed {
// Provided method
unsafe fn lightWithSCNLight(scn_light: &SCNLight) -> Retained<Self> { ... }
}Available on crate feature
ModelIO only.Expand description
Category “SCNModelIO” on MDLLight.
Provided Methods§
unsafe fn lightWithSCNLight(scn_light: &SCNLight) -> Retained<Self>
Available on crate feature
SCNLight only.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.
Implementations on Foreign Types§
impl MDLLightSCNModelIO for MDLLight
Available on crate feature
objc2-model-io and non-watchOS only.