Struct sirpent::state::Snake [] [src]

pub struct Snake {
    pub segments: Vec<Vector>,
    // some fields omitted
}

Fields

Methods

impl Snake
[src]

Trait Implementations

impl PartialEq for Snake
[src]

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

This method tests for !=.

impl Eq for Snake
[src]

impl Clone for Snake
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Snake
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for Snake
[src]

Formats the value using the given formatter.