#[repr(C)]pub struct Object_creation_ctx__bindgen_vtable {
pub Object_creation_ctx_create_backup_ctx: unsafe extern "C" fn(this: *const Object_creation_ctx, thd: *mut THD) -> *mut Object_creation_ctx,
pub Object_creation_ctx_change_env: unsafe extern "C" fn(this: *const Object_creation_ctx, thd: *mut THD),
}
Fields§
§Object_creation_ctx_create_backup_ctx: unsafe extern "C" fn(this: *const Object_creation_ctx, thd: *mut THD) -> *mut Object_creation_ctx
§Object_creation_ctx_change_env: unsafe extern "C" fn(this: *const Object_creation_ctx, thd: *mut THD)
Auto Trait Implementations§
impl RefUnwindSafe for Object_creation_ctx__bindgen_vtable
impl Send for Object_creation_ctx__bindgen_vtable
impl Sync for Object_creation_ctx__bindgen_vtable
impl Unpin for Object_creation_ctx__bindgen_vtable
impl UnwindSafe for Object_creation_ctx__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