Struct rtag::frame::GRID [] [src]

pub struct GRID {
    pub owner_identifier: String,
    pub group_symbol: u8,
    pub group_dependent_data: Vec<u8>,
}

Group identification registration

Not yet tested!

Fields

Trait Implementations

impl Clone for GRID
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GRID
[src]

Formats the value using the given formatter.

impl PartialEq for GRID
[src]

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

This method tests for !=.

impl FrameReaderDefault<GRID> for GRID
[src]

impl FrameWriterDefault for GRID
[src]