Struct teensy3_sys::Printable [] [src]

pub struct Printable {
    pub _vftable: *const _vftable_Printable,
}

The Printable class provides a way for new classes to allow themselves to be printed. By deriving from Printable and implementing the printTo method, it will then be possible for users to print out instances of this class by passing them into the usual Print::print and Print::println methods.

Fields

Trait Implementations

impl Debug for Printable
[src]

Formats the value using the given formatter.

impl Copy for Printable
[src]

impl Clone for Printable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more