Struct InjectionCallbackTable
struct InjectionCallbackTable(Mutex<Vec<(u32, Box<dyn FnMut(&[u8]) + Send + Sync + 'static>)>>);Tuple Fields§
§0: Mutex<Vec<(u32, Box<dyn FnMut(&[u8]) + Send + Sync + 'static>)>>Implementations§
Auto Trait Implementations§
impl !Freeze for InjectionCallbackTable
impl RefUnwindSafe for InjectionCallbackTable
impl Send for InjectionCallbackTable
impl Sync for InjectionCallbackTable
impl Unpin for InjectionCallbackTable
impl UnwindSafe for InjectionCallbackTable
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