red4ext_rs
0.9.0
Poolable
Required Associated Types
Pool
Implementations on Foreign Types
MaybeUninit<T>
Implementors
In red4ext_rs::types
Trait
red4ext_rs
::
types
::
Poolable
Copy item path
source
·
[
−
]
pub trait Poolable: Sealed { type
Pool
: Pool; }
Expand description
A trait for types that can be stored in a pool.
Required Associated Types
§
source
type
Pool
: Pool
Implementations on Foreign Types
§
source
§
impl<T>
Poolable
for
MaybeUninit
<T>
where T:
Poolable
,
§
type
Pool
= <T as
Poolable
>::
Pool
Implementors
§
source
§
impl
Poolable
for
GlobalFunction
§
type
Pool
= FunctionPool
source
§
impl
Poolable
for
IScriptable
§
type
Pool
= ScriptPool
source
§
impl
Poolable
for
Method
§
type
Pool
= FunctionPool
source
§
impl
Poolable
for
Property
§
type
Pool
= PropertyPool
source
§
impl
Poolable
for
StaticMethod
§
type
Pool
= FunctionPool