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
_vftable: *const _vftable_Printable
Trait Implementations
impl Debug for Printable
[src]
impl Copy for Printable
[src]
impl Clone for Printable
[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