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