[−][src]Struct mysqlclient_sys::st_net
Fields
vio: *mut Vio
buff: *mut c_uchar
buff_end: *mut c_uchar
write_pos: *mut c_uchar
read_pos: *mut c_uchar
fd: my_socket
remain_in_buf: c_ulong
length: c_ulong
buf_length: c_ulong
where_b: c_ulong
max_packet: c_ulong
max_packet_size: c_ulong
pkt_nr: c_uint
compress_pkt_nr: c_uint
write_timeout: c_uint
read_timeout: c_uint
retry_count: c_uint
fcntl: c_int
return_status: *mut c_uint
reading_or_writing: c_uchar
save_char: c_char
unused1: my_bool
unused2: my_bool
compress: my_bool
unused3: my_bool
unused: *mut c_uchar
last_errno: c_uint
error: c_uchar
unused4: my_bool
unused5: my_bool
last_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_void
Extension 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,