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