#[repr(C)]pub struct MDL_wait_for_graph_visitor__bindgen_vtable(/* private fields */);
Auto Trait Implementations§
impl RefUnwindSafe for MDL_wait_for_graph_visitor__bindgen_vtable
impl Send for MDL_wait_for_graph_visitor__bindgen_vtable
impl Sync for MDL_wait_for_graph_visitor__bindgen_vtable
impl Unpin for MDL_wait_for_graph_visitor__bindgen_vtable
impl UnwindSafe for MDL_wait_for_graph_visitor__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