Struct mariadb_sys::st_mysql_options_extention
source · #[repr(C)]pub struct st_mysql_options_extention { /* private fields */ }
Expand description
@todo remove the “extension”, move st_mysql_options completely out of mysql.h
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_mysql_options_extention
impl Send for st_mysql_options_extention
impl Sync for st_mysql_options_extention
impl Unpin for st_mysql_options_extention
impl UnwindSafe for st_mysql_options_extention
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