#[repr(C)]pub struct Lex_exact_charset_extended_collation_attrs_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_exact_charset_extended_collation_attrs_st
impl Lex_exact_charset_extended_collation_attrs_st
pub unsafe fn resolved_to_character_set( &self, used: *mut Sql_used, map: *const Charset_collation_map_st, cs: *const charset_info_st ) -> *const charset_info_st
pub unsafe fn merge_exact_charset( &mut self, used: *mut Sql_used, map: *const Charset_collation_map_st, cs: *const Lex_exact_charset ) -> bool
pub unsafe fn merge_exact_collation( &mut self, cl: *const Lex_exact_collation ) -> bool
pub unsafe fn merge_context_collation( &mut self, used: *mut Sql_used, map: *const Charset_collation_map_st, cl: *const Lex_context_collation ) -> bool
pub unsafe fn merge_collation( &mut self, used: *mut Sql_used, map: *const Charset_collation_map_st, cl: *const Lex_extended_collation_st ) -> bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Lex_exact_charset_extended_collation_attrs_st
impl !Send for Lex_exact_charset_extended_collation_attrs_st
impl !Sync for Lex_exact_charset_extended_collation_attrs_st
impl Unpin for Lex_exact_charset_extended_collation_attrs_st
impl UnwindSafe for Lex_exact_charset_extended_collation_attrs_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