[−][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
impl Unpin for st_net
impl !Sync for st_net
impl !Send for st_net
impl UnwindSafe for st_net
impl RefUnwindSafe for st_net
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
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, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,