Struct open_protocol::types::EulerAngle [] [src]

pub struct EulerAngle {
    pub x: f32,
    pub y: f32,
    pub z: f32,
}

Fields

Trait Implementations

impl Debug for EulerAngle
[src]

Formats the value using the given formatter.

impl PartialEq for EulerAngle
[src]

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

This method tests for !=.

impl Display for EulerAngle
[src]

Formats the value using the given formatter. Read more