Struct mariadb_sys::st_plugin_dl
source · #[repr(C)]pub struct st_plugin_dl {
pub dl: LEX_CSTRING,
pub handle: *mut c_void,
pub plugins: *mut st_maria_plugin,
pub ptr_backup: *mut st_ptr_backup,
pub nbackups: uint,
pub ref_count: uint,
pub mysqlversion: c_int,
pub mariaversion: c_int,
pub allocated: bool,
}
Fields§
§dl: LEX_CSTRING
§handle: *mut c_void
§plugins: *mut st_maria_plugin
§ptr_backup: *mut st_ptr_backup
§nbackups: uint
§ref_count: uint
§mysqlversion: c_int
§mariaversion: c_int
§allocated: bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_plugin_dl
impl !Send for st_plugin_dl
impl !Sync for st_plugin_dl
impl Unpin for st_plugin_dl
impl UnwindSafe for st_plugin_dl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more