#[repr(C)]pub struct CallInvoker { /* private fields */ }
Trait Implementations§
Source§impl ExternType for CallInvoker
impl ExternType for CallInvoker
impl Send for CallInvoker
impl Sync for CallInvoker
Auto Trait Implementations§
impl !Freeze for CallInvoker
impl RefUnwindSafe for CallInvoker
impl !Unpin for CallInvoker
impl UnwindSafe for CallInvoker
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