Struct mariadb_sys::Lex_extended_collation_st
source · #[repr(C)]pub struct Lex_extended_collation_st {
pub m_ci: *const charset_info_st,
pub m_type: Type,
}
Fields§
§m_ci: *const charset_info_st
§m_type: Type
Implementations§
source§impl Lex_extended_collation_st
impl Lex_extended_collation_st
pub unsafe fn set_by_name(&mut self, name: *const c_char, my_flags: myf) -> bool
pub unsafe fn raise_if_conflicts_with_context_collation( &self, arg1: *const Lex_context_collation ) -> bool
pub unsafe fn merge_exact_charset( &mut self, used: *mut Sql_used, map: *const Charset_collation_map_st, rhs: *const Lex_exact_charset ) -> bool
pub unsafe fn merge_exact_collation( &mut self, rhs: *const Lex_exact_collation ) -> bool
pub unsafe fn merge(&mut self, rhs: *const Lex_extended_collation_st) -> bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Lex_extended_collation_st
impl !Send for Lex_extended_collation_st
impl !Sync for Lex_extended_collation_st
impl Unpin for Lex_extended_collation_st
impl UnwindSafe for Lex_extended_collation_st
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