Struct mysqlclient_sys::st_mysql_client_plugin [] [src]

#[repr(C)]
pub struct st_mysql_client_plugin { pub type_: c_int, pub interface_version: c_uint, pub name: *const c_char, pub author: *const c_char, pub desc: *const c_char, pub version: [c_uint; 3], pub license: *const c_char, pub mysql_api: *mut c_void, pub init: Option<unsafe extern fn(_: *mut c_char, _: usize, _: c_int, _: *mut __va_list_tag) -> c_int>, pub deinit: Option<unsafe extern fn() -> c_int>, pub options: Option<unsafe extern fn(_: *const c_char, _: *const c_void) -> c_int>, }

Fields

Trait Implementations

impl Debug for st_mysql_client_plugin
[src]

Formats the value using the given formatter.

impl Copy for st_mysql_client_plugin
[src]

impl Clone for st_mysql_client_plugin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more