Struct mariadb_sys::group_by_handler
source · #[repr(C)]pub struct group_by_handler {
pub vtable_: *const group_by_handler__bindgen_vtable,
pub thd: *mut THD,
pub ht: *mut handlerton,
pub table: *mut TABLE,
}
Fields§
§vtable_: *const group_by_handler__bindgen_vtable
§thd: *mut THD
§ht: *mut handlerton
§table: *mut TABLE
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for group_by_handler
impl !Send for group_by_handler
impl !Sync for group_by_handler
impl Unpin for group_by_handler
impl !UnwindSafe for group_by_handler
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