#[repr(C)]pub struct group_by_handler__bindgen_vtable {
pub group_by_handler_init_scan: unsafe extern "C" fn(this: *mut group_by_handler) -> c_int,
pub group_by_handler_next_row: unsafe extern "C" fn(this: *mut group_by_handler) -> c_int,
pub group_by_handler_end_scan: unsafe extern "C" fn(this: *mut group_by_handler) -> c_int,
pub group_by_handler_print_error: unsafe extern "C" fn(this: *mut group_by_handler, error: c_int, errflag: myf),
}
Fields§
§group_by_handler_init_scan: unsafe extern "C" fn(this: *mut group_by_handler) -> c_int
§group_by_handler_next_row: unsafe extern "C" fn(this: *mut group_by_handler) -> c_int
§group_by_handler_end_scan: unsafe extern "C" fn(this: *mut group_by_handler) -> c_int
§group_by_handler_print_error: unsafe extern "C" fn(this: *mut group_by_handler, error: c_int, errflag: myf)
Auto Trait Implementations§
impl RefUnwindSafe for group_by_handler__bindgen_vtable
impl Send for group_by_handler__bindgen_vtable
impl Sync for group_by_handler__bindgen_vtable
impl Unpin for group_by_handler__bindgen_vtable
impl UnwindSafe for group_by_handler__bindgen_vtable
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