#[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§
§type_code: u8§db_name_len: u32§table_name_len: u32§row_count: u32§col_count: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventInfo
impl RefUnwindSafe for EventInfo
impl Send for EventInfo
impl Sync for EventInfo
impl Unpin for EventInfo
impl UnwindSafe for EventInfo
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