Struct teensy3_sys::_vftable_TwoWire [] [src]

pub struct _vftable_TwoWire {
    pub _base: _vftable_Stream,
    pub write: unsafe extern fn(this: *mut c_void, arg1: u8) -> usize,
    pub write1: unsafe extern fn(this: *mut c_void, arg1: *const u8, arg2: usize) -> usize,
    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