Struct makepad_shader_compiler::shader_ast::ScopeSym
source · [−]pub struct ScopeSym {
pub span: TokenSpan,
pub sym: Sym,
pub referenced: Cell<bool>,
pub kind: ScopeSymKind,
}
Fields
span: TokenSpan
sym: Sym
referenced: Cell<bool>
kind: ScopeSymKind
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ScopeSym
impl !Send for ScopeSym
impl !Sync for ScopeSym
impl Unpin for ScopeSym
impl UnwindSafe for ScopeSym
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