Trait pnet_packet::PrimitiveValues[][src]

pub trait PrimitiveValues {
    type T;
    fn to_primitive_values(&self) -> Self::T;
}
Expand description

Used to convert a type to primitive values representing it.

Associated Types

A tuple of types, to represent the current value.

Required methods

Convert a value to primitive types representing it.

Implementations on Foreign Types

Implementors