Struct mariadb_sys::MDL_context_owner
source · #[repr(C)]pub struct MDL_context_owner {
pub vtable_: *const MDL_context_owner__bindgen_vtable,
}
Expand description
An interface to separate the MDL module from the THD, and the rest of the server code.
Fields§
§vtable_: *const MDL_context_owner__bindgen_vtable
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MDL_context_owner
impl !Send for MDL_context_owner
impl !Sync for MDL_context_owner
impl Unpin for MDL_context_owner
impl UnwindSafe for MDL_context_owner
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