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
_base: _vftable_Print
available: unsafe extern fn(this: *mut c_void) -> i32
read: unsafe extern fn(this: *mut c_void) -> i32
peek: unsafe extern fn(this: *mut c_void) -> i32
flush: unsafe extern fn(this: *mut c_void)