Struct arduino_esp::Printable [] [src]

#[repr(C)]
pub struct Printable { pub vtable_: *const Printable__bindgen_vtable, }

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]

[src]

Formats the value using the given formatter.

impl Copy for Printable
[src]

impl Clone for Printable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more