#[repr(C)]pub struct Lex_extended_charset_extended_collation_attrs_st {
pub _base: Lex_opt_context_charset_st,
pub _base_1: Lex_exact_charset_extended_collation_attrs_st,
pub m_charset_order: Type,
}
Fields§
§_base: Lex_opt_context_charset_st
§_base_1: Lex_exact_charset_extended_collation_attrs_st
§m_charset_order: Type
Implementations§
source§impl Lex_extended_charset_extended_collation_attrs_st
impl Lex_extended_charset_extended_collation_attrs_st
pub unsafe fn raise_if_charset_conflicts_with_default( &self, def: *const Lex_exact_charset_opt_extended_collate ) -> bool
pub unsafe fn resolved_to_context( &self, used: *mut Sql_used, map: *const Charset_collation_map_st, ctx: *const Charset_collation_context ) -> *const charset_info_st
pub unsafe fn merge_charset_default(&mut self) -> bool
pub unsafe fn merge_exact_charset( &mut self, used: *mut Sql_used, map: *const Charset_collation_map_st, cs: *const Lex_exact_charset ) -> bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Lex_extended_charset_extended_collation_attrs_st
impl !Send for Lex_extended_charset_extended_collation_attrs_st
impl !Sync for Lex_extended_charset_extended_collation_attrs_st
impl Unpin for Lex_extended_charset_extended_collation_attrs_st
impl UnwindSafe for Lex_extended_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