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