Struct steamy_controller::details::Serial [] [src]

pub struct Serial {
    pub mainboard: [u8; 10],
    pub controller: [u8; 10],
}

Fields

Methods

impl Serial
[src]

Trait Implementations

impl Clone for Serial
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Serial
[src]

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

Formats the value using the given formatter.