#[repr(C)]pub struct Type_collection__bindgen_vtable {
pub Type_collection_aggregate_for_result: unsafe extern "C" fn(this: *const Type_collection, h1: *const Type_handler, h2: *const Type_handler) -> *const Type_handler,
pub Type_collection_aggregate_for_comparison: unsafe extern "C" fn(this: *const Type_collection, h1: *const Type_handler, h2: *const Type_handler) -> *const Type_handler,
pub Type_collection_aggregate_for_min_max: unsafe extern "C" fn(this: *const Type_collection, h1: *const Type_handler, h2: *const Type_handler) -> *const Type_handler,
pub Type_collection_aggregate_for_num_op: unsafe extern "C" fn(this: *const Type_collection, h1: *const Type_handler, h2: *const Type_handler) -> *const Type_handler,
}
Fields§
§Type_collection_aggregate_for_result: unsafe extern "C" fn(this: *const Type_collection, h1: *const Type_handler, h2: *const Type_handler) -> *const Type_handler
§Type_collection_aggregate_for_comparison: unsafe extern "C" fn(this: *const Type_collection, h1: *const Type_handler, h2: *const Type_handler) -> *const Type_handler
§Type_collection_aggregate_for_min_max: unsafe extern "C" fn(this: *const Type_collection, h1: *const Type_handler, h2: *const Type_handler) -> *const Type_handler
§Type_collection_aggregate_for_num_op: unsafe extern "C" fn(this: *const Type_collection, h1: *const Type_handler, h2: *const Type_handler) -> *const Type_handler
Auto Trait Implementations§
impl RefUnwindSafe for Type_collection__bindgen_vtable
impl Send for Type_collection__bindgen_vtable
impl Sync for Type_collection__bindgen_vtable
impl Unpin for Type_collection__bindgen_vtable
impl UnwindSafe for Type_collection__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