Struct three::KeyAxis [] [src]

pub struct KeyAxis {
    pub neg: Key,
    pub pos: Key,
}

Fields

Methods

impl KeyAxis
[src]

Trait Implementations

impl Clone for KeyAxis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for KeyAxis
[src]

impl Debug for KeyAxis
[src]

Formats the value using the given formatter.

impl PartialEq for KeyAxis
[src]

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

This method tests for !=.