Struct r3_core::bind::BindBorrow
source · pub struct BindBorrow<'pool, System, T>(_);
Expand description
A binder that gives &T
to a bound function.
Created by Bind::borrow
.
Trait Implementations§
source§impl<T, System> Binder for BindBorrow<'_, System, T>where
T: 'static,
System: KernelBase + KernelStatic,
impl<T, System> Binder for BindBorrow<'_, System, T>where T: 'static, System: KernelBase + KernelStatic,
Materializes BindBorrow<System, T>
as &'call T
.
§type Runtime = RuntimeBindBorrow<System, T>
type Runtime = RuntimeBindBorrow<System, T>
The runtime representation of
Self
. Read moresource§const fn register_dependency(&self, ctx: &mut CfgBindCtx<'_>)
const fn register_dependency(&self, ctx: &mut CfgBindCtx<'_>)
Define a binding dependency in
CfgBindCtx::bind_registry
. Read more