Struct mariadb_sys::MDL_wait_for_graph_visitor
source · #[repr(C)]pub struct MDL_wait_for_graph_visitor {
pub vtable_: *const MDL_wait_for_graph_visitor__bindgen_vtable,
}
Expand description
An abstract class for inspection of a connected subgraph of the wait-for graph.
Fields§
§vtable_: *const MDL_wait_for_graph_visitor__bindgen_vtable
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MDL_wait_for_graph_visitor
impl !Send for MDL_wait_for_graph_visitor
impl !Sync for MDL_wait_for_graph_visitor
impl Unpin for MDL_wait_for_graph_visitor
impl UnwindSafe for MDL_wait_for_graph_visitor
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