Struct mysqlbinlog::EventInfo [] [src]

#[repr(C)]
pub struct EventInfo { pub type_code: u8, pub db_name_len: u32, pub table_name_len: u32, pub row_count: u32, pub col_count: u32, }

Fields

Trait Implementations

impl Debug for EventInfo
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for EventInfo

impl Sync for EventInfo