Struct open_protocol::types::MagnetData [] [src]

pub struct MagnetData {
    pub x: i16,
    pub y: i16,
    pub z: i16,
}

Fields

Trait Implementations

impl Debug for MagnetData
[src]

Formats the value using the given formatter.

impl Copy for MagnetData
[src]

impl Clone for MagnetData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

impl FromBytes for MagnetData
[src]

impl Display for MagnetData
[src]

Formats the value using the given formatter. Read more