[−][src]Struct mysqlclient_sys::st_net
Fields
vio: *mut Viobuff: *mut c_ucharbuff_end: *mut c_ucharwrite_pos: *mut c_ucharread_pos: *mut c_ucharfd: my_socketremain_in_buf: c_ulonglength: c_ulongbuf_length: c_ulongwhere_b: c_ulongmax_packet: c_ulongmax_packet_size: c_ulongpkt_nr: c_uintcompress_pkt_nr: c_uintwrite_timeout: c_uintread_timeout: c_uintretry_count: c_uintfcntl: c_intreturn_status: *mut c_uintreading_or_writing: c_ucharsave_char: c_charunused1: my_boolunused2: my_boolcompress: my_boolunused3: my_boolunused: *mut c_ucharlast_errno: c_uinterror: c_ucharunused4: my_boolunused5: my_boollast_error: [c_char; 512]Client library error message buffer. Actually belongs to struct MYSQL.
sqlstate: [c_char; 6]Client library sqlstate buffer. Set along with the error message.
extension: *mut c_voidExtension pointer, for the caller private use. Any program linking with the networking library can use this pointer, which is handy when private connection specific data needs to be maintained. The mysqld server process uses this pointer internally, to maintain the server internal instrumentation for the connection.
Auto Trait Implementations
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,