Enum natnet_decode::NatNetRequest [] [src]

pub enum NatNetRequest {
    Ping(CString),
    ModelDefinitions,
    FrameOfData,
}

Enumeration of possible requests sent to NatNet

Variants

Send ping to other application

This should result in a NatNetResponse::Ping

Request model definitions

Request a frame of data

Trait Implementations

impl Clone for NatNetRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NatNetRequest
[src]

Formats the value using the given formatter.

impl PartialEq for NatNetRequest
[src]

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

This method tests for !=.

impl Into<Vec<u8>> for NatNetRequest
[src]

Performs the conversion.