Struct teensy3_sys::Stream [] [src]

pub struct Stream {
    pub _base: Print,
    pub _timeout: u32,
    pub read_error: u8,
}

Fields

Methods

impl Stream
[src]

Trait Implementations

impl Debug for Stream
[src]

Formats the value using the given formatter.

impl Copy for Stream
[src]

impl Clone for Stream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more