pub struct RawFnPtr { /* private fields */ }Expand description
A type-erased function pointer with arity tracking.
Implementations§
Auto Trait Implementations§
impl Freeze for RawFnPtr
impl RefUnwindSafe for RawFnPtr
impl Send for RawFnPtr
impl Sync for RawFnPtr
impl Unpin for RawFnPtr
impl UnsafeUnpin for RawFnPtr
impl UnwindSafe for RawFnPtr
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