Struct teensy3_sys::_vftable_Stream [] [src]

pub struct _vftable_Stream {
    pub _base: _vftable_Print,
    pub available: unsafe extern fn(this: *mut c_void) -> i32,
    pub read: unsafe extern fn(this: *mut c_void) -> i32,
    pub peek: unsafe extern fn(this: *mut c_void) -> i32,
    pub flush: unsafe extern fn(this: *mut c_void),
}

Fields