Struct mariadb_sys::Lex_opt_context_charset_st
source · #[repr(C)]pub struct Lex_opt_context_charset_st {
pub m_had_charset_default: bool,
}
Fields§
§m_had_charset_default: bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Lex_opt_context_charset_st
impl Send for Lex_opt_context_charset_st
impl Sync for Lex_opt_context_charset_st
impl Unpin for Lex_opt_context_charset_st
impl UnwindSafe for Lex_opt_context_charset_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