Struct boxcars::Vector [] [src]

pub struct Vector {
    pub bias: i32,
    pub dx: i32,
    pub dy: i32,
    pub dz: i32,
}

An object's current vector

Fields

Methods

impl Vector
[src]

[src]

[src]

Trait Implementations

impl Debug for Vector
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Vector
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Vector
[src]

impl PartialEq for Vector
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Vector
[src]

Auto Trait Implementations

impl Send for Vector

impl Sync for Vector