pub struct FfiExtEventLog { /* private fields */ }Expand description
A fixed-capacity ring buffer of strings (for recent-event logging in FfiExt).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FfiExtEventLog
impl RefUnwindSafe for FfiExtEventLog
impl Send for FfiExtEventLog
impl Sync for FfiExtEventLog
impl Unpin for FfiExtEventLog
impl UnsafeUnpin for FfiExtEventLog
impl UnwindSafe for FfiExtEventLog
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