pub struct SlotMetadata { /* private fields */ }Expand description
Writer-owned atomic publication metadata for one fixed-capacity slot.
This type is an in-memory concurrency record, not a serializable Rust wire layout. A region layout fixes its offsets and requires 64-bit atomics.
Implementations§
Trait Implementations§
Source§impl Debug for SlotMetadata
impl Debug for SlotMetadata
impl Sync for SlotMetadata
Auto Trait Implementations§
impl !Freeze for SlotMetadata
impl !RefUnwindSafe for SlotMetadata
impl Send for SlotMetadata
impl Unpin for SlotMetadata
impl UnsafeUnpin for SlotMetadata
impl UnwindSafe for SlotMetadata
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