Struct mariadb_sys::Lex_field_type_st
source · #[repr(C)]pub struct Lex_field_type_st {
pub _base: Lex_length_and_dec_st,
pub m_handler: *const Type_handler,
pub m_ci: *const charset_info_st,
}
Fields§
§_base: Lex_length_and_dec_st
§m_handler: *const Type_handler
§m_ci: *const charset_info_st
Implementations§
source§impl Lex_field_type_st
impl Lex_field_type_st
pub unsafe fn set_handler_length_flags( &mut self, handler: *const Type_handler, length: *const Lex_length_and_dec_st, flags: uint32 )
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Lex_field_type_st
impl !Send for Lex_field_type_st
impl !Sync for Lex_field_type_st
impl Unpin for Lex_field_type_st
impl UnwindSafe for Lex_field_type_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