Module lnkit::prelude[][src]

Re-exports

pub use super::*;

Structs

RigidBodyBuilder

A builder for rigid-bodies.

Enums

Event

An enum representing server events.

Message

An enum representing the various forms of a WebSocket message.

Traits

Deserialize

A data structure that can be deserialized from any data format supported by Serde.

Serialize

A data structure that can be serialized into any data format supported by Serde.

TryFrom

Simple and safe type conversions that may fail in a controlled way under some circumstances. It is the reciprocal of TryInto.

Type Definitions

Isometry

The transformation matrix type.

Vector3

A stack-allocated, 3-dimensional column vector.

Derive Macros

Deserialize
Serialize