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