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
down: f32
front: f32
right: f32
back: f32
left: f32
up: f32
extra: u8
Trait Implementations
impl Debug for RelativePosition[src]
impl Copy for RelativePosition[src]
impl Clone for RelativePosition[src]
fn clone(&self) -> RelativePosition
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for RelativePosition[src]
fn eq(&self, __arg_0: &RelativePosition) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RelativePosition) -> bool
This method tests for !=.
impl Default for RelativePosition[src]
fn default() -> RelativePosition
Returns the "default value" for a type. Read more