Struct rift::protocol::TListIdentifier [] [src]

pub struct TListIdentifier {
    pub element_type: TType,
    pub size: i32,
}

Identifies a list.

Fields

Type of the elements contained in this list. One of TType.

Number of elements contained in this list.

Methods

impl TListIdentifier
[src]

Convenience constructor to create a new TListIdentifier instance.

Trait Implementations

impl Clone for TListIdentifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TListIdentifier
[src]

Formats the value using the given formatter.

impl Eq for TListIdentifier
[src]

impl PartialEq for TListIdentifier
[src]

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

This method tests for !=.