pub(crate) struct ListToken {
block: *const u8,
offset: usize,
}
Expand description
The token type for the list flavor.
Fields§
§block: *const u8
The block of slots.
offset: usize
The offset into the block.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ListToken
impl !Send for ListToken
impl !Sync for ListToken
impl Unpin for ListToken
impl UnwindSafe for ListToken
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