Struct makepad_shader_compiler::dep_analyse::DepAnalyser
source · pub struct DepAnalyser<'a> {
pub fn_def: &'a FnDef,
pub shader_registry: &'a ShaderRegistry,
pub scopes: &'a Scopes,
}
Fields§
§fn_def: &'a FnDef
§shader_registry: &'a ShaderRegistry
§scopes: &'a Scopes
Implementations§
source§impl<'a> DepAnalyser<'a>
impl<'a> DepAnalyser<'a>
pub fn dep_analyse_expr(&mut self, expr: &Expr)
Trait Implementations§
source§impl<'a> Clone for DepAnalyser<'a>
impl<'a> Clone for DepAnalyser<'a>
source§fn clone(&self) -> DepAnalyser<'a>
fn clone(&self) -> DepAnalyser<'a>
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<'a> !RefUnwindSafe for DepAnalyser<'a>
impl<'a> !Send for DepAnalyser<'a>
impl<'a> !Sync for DepAnalyser<'a>
impl<'a> Unpin for DepAnalyser<'a>
impl<'a> !UnwindSafe for DepAnalyser<'a>
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