Struct makepad_shader_compiler::ty_check::TyChecker
source · pub struct TyChecker<'a> {
pub scopes: &'a Scopes,
pub live_registry: &'a LiveRegistry,
pub shader_registry: &'a ShaderRegistry,
}
Fields§
§scopes: &'a Scopes
§live_registry: &'a LiveRegistry
§shader_registry: &'a ShaderRegistry
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for TyChecker<'a>
impl<'a> !Send for TyChecker<'a>
impl<'a> !Sync for TyChecker<'a>
impl<'a> Unpin for TyChecker<'a>
impl<'a> !UnwindSafe for TyChecker<'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