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