Struct natnet_decode::Sender [] [src]

pub struct Sender {
    pub name: String,
    pub version: Version,
    pub natnet_version: Version,
}

NatNet application identifier

This struct represents a NatNet application that is sending data.

Note

This struct uses Version for ease of use, there is no guarantee from NatNet that applications must follow semantic versioning.

Fields

Name of application sending data

Internal version of sender application

NatNet version the sender application is using

Trait Implementations

impl Clone for Sender
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Sender
[src]

Formats the value using the given formatter.

impl PartialEq for Sender
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.