Enum rtag::frame::FrameHeader [] [src]

pub enum FrameHeader {
    V22(FrameHeaderV2),
    V23(FrameHeaderV3),
    V24(FrameHeaderV4),
}

Variants

Trait Implementations

impl Clone for FrameHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FrameHeader
[src]

Formats the value using the given formatter.

impl PartialEq for FrameHeader
[src]

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

This method tests for !=.