Struct makepad_shader_compiler::builtin::Builtin
source · pub struct Builtin {
pub return_tys: HashMap<Vec<ShaderTy>, ShaderTy>,
}
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§
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