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