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