Struct makepad_shader_compiler::builtin::Builtin
source · [−]Fields
return_tys: HashMap<Vec<ShaderTy>, ShaderTy>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builtin
impl !Send for Builtin
impl !Sync for Builtin
impl Unpin for Builtin
impl UnwindSafe for Builtin
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