Struct steamy_controller::details::Receiver [] [src]

pub struct Receiver {
    pub firmware: SystemTime,
    pub serial: [u8; 10],
}

Fields

Methods

impl Receiver
[src]

Trait Implementations

impl Clone for Receiver
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Receiver
[src]

impl PartialEq for Receiver
[src]

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

This method tests for !=.

impl Debug for Receiver
[src]

Formats the value using the given formatter.