Struct teensy3_sys::HardwareSerial6
[−]
[src]
pub struct HardwareSerial6 { pub _base: HardwareSerial, }
Fields
_base: HardwareSerial
Trait Implementations
impl Debug for HardwareSerial6
[src]
impl Copy for HardwareSerial6
[src]
impl Clone for HardwareSerial6
[src]
fn clone(&self) -> Self
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