Struct rtag::frame::SIGN [] [src]

pub struct SIGN {
    pub group_symbol: u8,
    pub signature: Vec<u8>,
}

Signature frame

Not yet tested!

Fields

Trait Implementations

impl Clone for SIGN
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SIGN
[src]

Formats the value using the given formatter.

impl PartialEq for SIGN
[src]

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

This method tests for !=.

impl FrameReaderDefault<SIGN> for SIGN
[src]

impl FrameWriterDefault for SIGN
[src]