Struct mariadb_sys::Charset_collation_map_st
source · #[repr(C)]pub struct Charset_collation_map_st {
pub m_element: [Charset_collation_map_st_Elem_st; 8],
pub m_count: uint,
pub m_version: uint,
}
Fields§
§m_element: [Charset_collation_map_st_Elem_st; 8]
§m_count: uint
§m_version: uint
Implementations§
source§impl Charset_collation_map_st
impl Charset_collation_map_st
pub unsafe fn insert_or_replace( &mut self, cs: *const Lex_exact_charset, cl: *const Lex_extended_collation, error_on_conflicting_duplicate: bool ) -> bool
pub unsafe fn insert_or_replace1( &mut self, cs: *const LEX_CSTRING, cl: *const LEX_CSTRING, error_on_conflicting_duplicate: bool, utf8_flag: myf ) -> bool
pub unsafe fn from_text( &mut self, str_: *const LEX_CSTRING, utf8_flag: myf ) -> bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Charset_collation_map_st
impl !Send for Charset_collation_map_st
impl !Sync for Charset_collation_map_st
impl Unpin for Charset_collation_map_st
impl UnwindSafe for Charset_collation_map_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