pub struct IEventDispatcherPawn { /* private fields */ }Expand description
Opaque handle for the server’s IEventDispatcher<PawnEventHandler>*.
Auto Trait Implementations§
impl !Send for IEventDispatcherPawn
impl !Sync for IEventDispatcherPawn
impl Freeze for IEventDispatcherPawn
impl RefUnwindSafe for IEventDispatcherPawn
impl Unpin for IEventDispatcherPawn
impl UnsafeUnpin for IEventDispatcherPawn
impl UnwindSafe for IEventDispatcherPawn
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