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