Struct mariadb_sys::st_mysql_show_var
source · #[repr(C)]pub struct st_mysql_show_var {
pub name: *const c_char,
pub value: *mut c_void,
pub type_: Type,
}
Fields§
§name: *const c_char
§value: *mut c_void
§type_: Type
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_mysql_show_var
impl !Send for st_mysql_show_var
impl !Sync for st_mysql_show_var
impl Unpin for st_mysql_show_var
impl UnwindSafe for st_mysql_show_var
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