Struct steamy_controller::details::Serial
[−]
[src]
pub struct Serial {
pub mainboard: [u8; 10],
pub controller: [u8; 10],
}Fields
mainboard: [u8; 10]
controller: [u8; 10]
Methods
impl Serial[src]
Trait Implementations
impl Clone for Serial[src]
fn clone(&self) -> Serial
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Serial[src]
impl PartialEq for Serial[src]
fn eq(&self, __arg_0: &Serial) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Serial) -> bool
This method tests for !=.