#[repr(C)]pub struct Type_cmp_attributes__bindgen_vtable {
pub Type_cmp_attributes_compare_collation: unsafe extern "C" fn(this: *const Type_cmp_attributes) -> *const charset_info_st,
}
Fields§
§Type_cmp_attributes_compare_collation: unsafe extern "C" fn(this: *const Type_cmp_attributes) -> *const charset_info_st
Auto Trait Implementations§
impl RefUnwindSafe for Type_cmp_attributes__bindgen_vtable
impl Send for Type_cmp_attributes__bindgen_vtable
impl Sync for Type_cmp_attributes__bindgen_vtable
impl Unpin for Type_cmp_attributes__bindgen_vtable
impl UnwindSafe for Type_cmp_attributes__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