Struct makepad_shader_compiler::shader_ast::ConstTableSpan
source · [−]pub struct ConstTableSpan {
pub token_id: LiveTokenId,
pub offset: usize,
pub slots: usize,
}
Fields
token_id: LiveTokenId
offset: usize
slots: usize
Trait Implementations
sourceimpl Clone for ConstTableSpan
impl Clone for ConstTableSpan
sourcefn clone(&self) -> ConstTableSpan
fn clone(&self) -> ConstTableSpan
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more