Struct rorschach::Definition [] [src]

pub struct Definition { /* fields omitted */ }

A packet definition.

Methods

impl Definition
[src]

The fields in the definition.

Add a field.

Trait Implementations

impl Clone for Definition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Definition
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for Definition
[src]

Returns the "default value" for a type. Read more

impl Debug for Definition
[src]

Formats the value using the given formatter.