pub struct RingAllocationMetadata { /* private fields */ }
Expand description
Metadata related to a specific allocation from a RingBuffer
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RingAllocationMetadata
impl RefUnwindSafe for RingAllocationMetadata
impl Send for RingAllocationMetadata
impl Sync for RingAllocationMetadata
impl Unpin for RingAllocationMetadata
impl UnwindSafe for RingAllocationMetadata
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