pub type MeshVertexBufferLayout = Hashed<InnerMeshVertexBufferLayout, FixedState>;
struct MeshVertexBufferLayout { /* private fields */ }
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
The resulting type after dereferencing.
Dereferences the value.
A fast impl of PartialEq
that first checks that other
’s pre-computed hash
matches this value’s pre-computed hash.
This method tests for !=
. The default implementation is almost always
sufficient, and should not be overridden without very good reason.