Struct divans::Speed[][src]

pub struct Speed(_, _);

Methods

impl Speed
[src]

ENCODER_DEFAULT_PALETTE: [Speed; 15] = [Speed(0, 1024), Speed(2, 1024), Speed(1, 128), Speed(1, 16384),
 Speed(2, 2048), Speed(4, 1024), Speed(8, 8192), Speed(16, 48),
 Speed(16, 8192), Speed(32, 4096), Speed(64, 16384), Speed(128, 256),
 Speed(128, 16384), Speed(512, 16384), Speed(1664, 16384)]

GEOLOGIC: Speed = Speed(1, 16384)

GLACIAL: Speed = Speed(4, 2560)

MUD: Speed = Speed(16, 8192)

SLOW: Speed = Speed(32, 4096)

MED: Speed = Speed(48, 16384)

FAST: Speed = Speed(96, 16384)

PLANE: Speed = Speed(128, 16384)

ROCKET: Speed = Speed(384, 16384)

Trait Implementations

impl Clone for Speed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Speed
[src]

impl PartialEq for Speed
[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 Speed
[src]

impl Debug for Speed
[src]

Formats the value using the given formatter. Read more

impl Hash for Speed
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl FromStr for Speed
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Speed

impl Sync for Speed