Struct teensy3_sys::HardwareSerial
[−]
[src]
pub struct HardwareSerial { pub _base: Stream, }
Fields
_base: Stream
Trait Implementations
impl Debug for HardwareSerial
[src]
impl Copy for HardwareSerial
[src]
impl Clone for HardwareSerial
[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