Struct teensy3_sys::String [] [src]

pub struct String {
    pub buffer: *mut u8,
    pub capacity: u32,
    pub len: u32,
    pub flags: u8,
}

Fields

Methods

impl String
[src]

Trait Implementations

impl Debug for String
[src]

Formats the value using the given formatter.