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