Struct boxcars::Rotation [] [src]

pub struct Rotation {
    pub yaw: Option<i8>,
    pub pitch: Option<i8>,
    pub roll: Option<i8>,
}

An object's current rotation

Fields

Methods

impl Rotation
[src]

[src]

[src]

Trait Implementations

impl Debug for Rotation
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Rotation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Rotation
[src]

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

Auto Trait Implementations

impl Send for Rotation

impl Sync for Rotation