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
Required methods
fn to_primitive_values(&self) -> Self::T
fn to_primitive_values(&self) -> Self::T
Convert a value to primitive types representing it.