Struct mariadb_sys::Charset
source · #[repr(C)]pub struct Charset {
pub m_charset: *const charset_info_st,
}
Fields§
§m_charset: *const charset_info_st
Implementations§
source§impl Charset
impl Charset
pub unsafe fn collation_specific_name(&self) -> LEX_CSTRING
pub unsafe fn encoding_allows_reinterpret_as( &self, cs: *const charset_info_st ) -> bool
pub unsafe fn eq_collation_specific_names( &self, cs: *const charset_info_st ) -> bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Charset
impl !Send for Charset
impl !Sync for Charset
impl Unpin for Charset
impl UnwindSafe for Charset
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