Struct open_protocol::types::CommonData
[−]
[src]
pub struct CommonData {
pub x: f32,
pub y: f32,
pub z: f32,
}Fields
x: f32
y: f32
z: f32
Trait Implementations
impl Debug for CommonData[src]
impl Copy for CommonData[src]
impl Clone for CommonData[src]
fn clone(&self) -> CommonData
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 CommonData[src]
fn eq(&self, __arg_0: &CommonData) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CommonData) -> bool
This method tests for !=.
impl Default for CommonData[src]
fn default() -> CommonData
Returns the "default value" for a type. Read more