Type Definition ply_rs::ply::DefaultElement [] [src]

type DefaultElement = KeyMap<Property>;

Ready to use data-structure for all kind of element definitions.

PLY files carry the payload format in their head section. Hence, they can contain all kind of elements, or formulated differently, they define types very dinamically. To achieve this flexibility in rust, this alias to a HashMap is provided.

If you need a more compact representation or faster access, you might want to define your own structures and implement the PropertyAccess trait.

Trait Implementations

impl PropertyAccess for DefaultElement
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]