Struct mariadb_sys::Lex_exact_charset
source · #[repr(C)]pub struct Lex_exact_charset {
pub m_ci: *const charset_info_st,
}
Fields§
§m_ci: *const charset_info_st
Implementations§
source§impl Lex_exact_charset
impl Lex_exact_charset
pub unsafe fn raise_if_not_equal(&self, rhs: *const Lex_exact_charset) -> bool
pub unsafe fn raise_if_not_applicable( &self, cl: *const Lex_exact_collation ) -> bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Lex_exact_charset
impl !Send for Lex_exact_charset
impl !Sync for Lex_exact_charset
impl Unpin for Lex_exact_charset
impl UnwindSafe for Lex_exact_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