Struct mariadb_sys::ha_copy_info
source · #[repr(C)]pub struct ha_copy_info {
pub records: ha_rows,
pub touched: ha_rows,
pub copied: ha_rows,
pub deleted: ha_rows,
pub updated: ha_rows,
}
Fields§
§records: ha_rows
§touched: ha_rows
§copied: ha_rows
§deleted: ha_rows
§updated: ha_rows
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ha_copy_info
impl Send for ha_copy_info
impl Sync for ha_copy_info
impl Unpin for ha_copy_info
impl UnwindSafe for ha_copy_info
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