pub struct FfiEventData { /* private fields */ }Expand description
FFI-safe(-ish) version of the AgentEvent enum
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for FfiEventData
impl !Sync for FfiEventData
impl Freeze for FfiEventData
impl RefUnwindSafe for FfiEventData
impl Unpin for FfiEventData
impl UnsafeUnpin for FfiEventData
impl UnwindSafe for FfiEventData
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