Struct ei::Ref [] [src]

pub struct Ref {
    pub len: i16,
    pub node: Atom,
    pub creation: u32,
    pub n: [u32; 3],
}

Fields

Trait Implementations

impl Decodable for Ref
[src]

Deserialize a value using a Decoder.

impl Encodable for Ref
[src]

Serialize a value using an Encoder.

impl Debug for Ref
[src]

Formats the value using the given formatter.

impl PartialEq for Ref
[src]

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

This method tests for !=.