pub struct ConstTableSpan {
pub token_id: LiveTokenId,
pub offset: usize,
pub slots: usize,
}
Fields§
§token_id: LiveTokenId
§offset: usize
§slots: usize
Trait Implementations§
source§impl Clone for ConstTableSpan
impl Clone for ConstTableSpan
source§fn clone(&self) -> ConstTableSpan
fn clone(&self) -> ConstTableSpan
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for ConstTableSpan
impl Send for ConstTableSpan
impl Sync for ConstTableSpan
impl Unpin for ConstTableSpan
impl UnwindSafe for ConstTableSpan
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