pub struct SlotMap { /* private fields */ }Expand description
A parsed slot map from CLUSTER SLOTS.
Slot ranges are sorted by start slot for binary-search lookups.
Implementations§
Source§impl SlotMap
impl SlotMap
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlotMap
impl RefUnwindSafe for SlotMap
impl Send for SlotMap
impl Sync for SlotMap
impl Unpin for SlotMap
impl UnsafeUnpin for SlotMap
impl UnwindSafe for SlotMap
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