Struct open_protocol::types::CommonData [] [src]

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

Fields

Trait Implementations

impl Debug for CommonData
[src]

Formats the value using the given formatter.

impl Copy for CommonData
[src]

impl Clone for CommonData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

impl Display for CommonData
[src]

Formats the value using the given formatter. Read more

impl FromBytes for CommonData
[src]