Struct mariadb_sys::st_mysql_storage_engine
source · #[repr(C)]pub struct st_mysql_storage_engine {
pub interface_version: c_int,
}
Fields§
§interface_version: c_int
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_mysql_storage_engine
impl Send for st_mysql_storage_engine
impl Sync for st_mysql_storage_engine
impl Unpin for st_mysql_storage_engine
impl UnwindSafe for st_mysql_storage_engine
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