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 Freeze for ConstTableSpan
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