Struct r3_core::bind::RuntimeBindTake
source · pub struct RuntimeBindTake<System, T>(_);
Expand description
Trait Implementations§
source§impl<System, T> Clone for RuntimeBindTake<System, T>
impl<System, T> Clone for RuntimeBindTake<System, T>
source§impl<T, System> RuntimeBinder for RuntimeBindTake<System, T>where
T: 'static,
System: KernelBase + KernelStatic,
impl<T, System> RuntimeBinder for RuntimeBindTake<System, T>where T: 'static, System: KernelBase + KernelStatic,
source§unsafe fn materialize<'call>(self) -> Self::Target<'call>
unsafe fn materialize<'call>(self) -> Self::Target<'call>
Construct a target object at runtime, using the intermediate product
constructed by
Binder::into_runtime_binder
. Read more