Enum ql2::proto::Frame_FrameType [] [src]

pub enum Frame_FrameType {
    POS,
    OPT,
}

Variants

Trait Implementations

impl Clone for Frame_FrameType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Frame_FrameType
[src]

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

This method tests for !=.

impl Eq for Frame_FrameType
[src]

impl Debug for Frame_FrameType
[src]

Formats the value using the given formatter.

impl Hash for Frame_FrameType
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl ProtobufEnum for Frame_FrameType
[src]

impl Copy for Frame_FrameType
[src]

impl ProtobufValue for Frame_FrameType
[src]