Struct mariadb_sys::MDL_wait_for_subgraph
source · #[repr(C)]pub struct MDL_wait_for_subgraph {
pub vtable_: *const MDL_wait_for_subgraph__bindgen_vtable,
}
Expand description
Abstract class representing an edge in the waiters graph to be traversed by deadlock detection algorithm.
Fields§
§vtable_: *const MDL_wait_for_subgraph__bindgen_vtable
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MDL_wait_for_subgraph
impl !Send for MDL_wait_for_subgraph
impl !Sync for MDL_wait_for_subgraph
impl Unpin for MDL_wait_for_subgraph
impl UnwindSafe for MDL_wait_for_subgraph
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