SerializedLength

Trait SerializedLength 

Source
pub trait SerializedLength {
    const LENGTH: usize;
}

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl SerializedLength for AngularVelocity

Source§

const LENGTH: usize = 12usize

Source§

impl SerializedLength for ApaData

Source§

const LENGTH: usize = 4usize

Source§

impl SerializedLength for BeamData

Source§

const LENGTH: usize = 20usize

Source§

impl SerializedLength for DeadReckoningParameters

Source§

const LENGTH: usize = 40usize

Source§

impl SerializedLength for EmitterSystem

Source§

const LENGTH: usize = 4usize

Source§

impl SerializedLength for EntityCoordinateVector

Source§

const LENGTH: usize = 12usize

Source§

impl SerializedLength for EntityId

Source§

const LENGTH: usize = 6usize

Source§

impl SerializedLength for EntityMarking

Source§

const LENGTH: usize = 12usize

Source§

impl SerializedLength for EntityType

Source§

const LENGTH: usize = 8usize

Source§

impl SerializedLength for EulerAngles

Source§

const LENGTH: usize = 12usize

Source§

impl SerializedLength for EventId

Source§

const LENGTH: usize = 6usize

Source§

impl SerializedLength for FundamentalOperationalData

Source§

const LENGTH: usize = 16usize

Source§

impl SerializedLength for IFFFundamentalParameterData

Source§

const LENGTH: usize = 24usize

Source§

impl SerializedLength for LayerHeader

Source§

const LENGTH: usize = 4usize

Source§

impl SerializedLength for LinearAcceleration

Source§

const LENGTH: usize = 12usize

Source§

impl SerializedLength for LinearVelocity

Source§

const LENGTH: usize = 12usize

Source§

impl SerializedLength for PropulsionSystemData

Source§

const LENGTH: usize = 8usize

Source§

impl SerializedLength for SecondaryOperationalData

Source§

const LENGTH: usize = 4usize

Source§

impl SerializedLength for ShaftRPMs

Source§

const LENGTH: usize = 8usize

Source§

impl SerializedLength for SimulationAddress

Source§

const LENGTH: usize = 4usize

Source§

impl SerializedLength for SimulationIdentifier

Source§

const LENGTH: usize = 6usize

Source§

impl SerializedLength for SystemId

Source§

const LENGTH: usize = 6usize

Source§

impl SerializedLength for VariableParameter

Source§

const LENGTH: usize = 16usize

Source§

impl SerializedLength for Vector3Double

Source§

const LENGTH: usize = 24usize

Source§

impl SerializedLength for VectoringNozzleSystemData

Source§

const LENGTH: usize = 8usize

Source§

impl SerializedLength for WorldCoordinate

Source§

const LENGTH: usize = 24usize

Source§

impl SerializedLength for LiveEntityPduHeader

Source§

const LENGTH: usize = 12usize

Source§

impl SerializedLength for PduHeader

Source§

const LENGTH: usize = 12usize