Struct mariadb_sys::Log_event_data_type
source · #[repr(C)]pub struct Log_event_data_type {
pub m_data_type_name: LEX_CSTRING,
pub m_type: Type,
pub m_charset_number: uint,
pub m_is_unsigned: bool,
}
Fields§
§m_data_type_name: LEX_CSTRING
§m_type: Type
§m_charset_number: uint
§m_is_unsigned: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Log_event_data_type
impl !Send for Log_event_data_type
impl !Sync for Log_event_data_type
impl Unpin for Log_event_data_type
impl UnwindSafe for Log_event_data_type
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