Enum rorschach::field::Field [] [src]

pub enum Field {
    Constant(Constant),
    Garbage(Garbage),
    Unknown(Unknown),
    Padding(Padding),
    Named(Named),
}

Field types.

Variants

Methods

impl Field
[src]

Get how many bits the field is.

Create a Constant field.

Create a Named field.

Create a Padding field.

Create a Garbage field.

Create an Unknown field.

Trait Implementations

impl Clone for Field
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Field
[src]

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

This method tests for !=.

impl Debug for Field
[src]

Formats the value using the given formatter.