Struct steamy_controller::details::Details [] [src]

pub struct Details {
    pub build: Build,
    pub receiver: Option<Receiver>,
    pub serial: Serial,
}

Fields

Trait Implementations

impl Clone for Details
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Details
[src]

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

Formats the value using the given formatter.