Struct open_protocol::types::RelativePosition [] [src]

pub struct RelativePosition {
    pub down: f32,
    pub front: f32,
    pub right: f32,
    pub back: f32,
    pub left: f32,
    pub up: f32,
    pub extra: u8,
}

Fields

Trait Implementations

impl Debug for RelativePosition
[src]

Formats the value using the given formatter.

impl Copy for RelativePosition
[src]

impl Clone for RelativePosition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RelativePosition
[src]

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

This method tests for !=.

impl Default for RelativePosition
[src]

Returns the "default value" for a type. Read more

impl FromBytes for RelativePosition
[src]