Struct makepad_shader_compiler::analyse::StructAnalyser
source · pub struct StructAnalyser<'a> {
pub struct_def: &'a StructDef,
pub scopes: &'a mut Scopes,
pub live_registry: &'a LiveRegistry,
pub shader_registry: &'a ShaderRegistry,
pub options: ShaderAnalyseOptions,
}
Fields§
§struct_def: &'a StructDef
§scopes: &'a mut Scopes
§live_registry: &'a LiveRegistry
§shader_registry: &'a ShaderRegistry
§options: ShaderAnalyseOptions
Implementations§
source§impl<'a> StructAnalyser<'a>
impl<'a> StructAnalyser<'a>
pub fn analyse_struct(&mut self) -> Result<(), LiveError>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for StructAnalyser<'a>
impl<'a> !Send for StructAnalyser<'a>
impl<'a> !Sync for StructAnalyser<'a>
impl<'a> Unpin for StructAnalyser<'a>
impl<'a> !UnwindSafe for StructAnalyser<'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