[][src]Module evmap::shallow_copy

Types that can be cheaply aliased.

Structs

CloneValue

If you are willing to have your values be cloned between the two views of the evmap, wrap them in this type.

Traits

ShallowCopy

Types that implement this trait can be cheaply copied by (potentially) aliasing the data they contain.