pub struct Builtin {
pub return_tys: HashMap<Vec<ShaderTy>, ShaderTy>,
}
Fields§
§return_tys: HashMap<Vec<ShaderTy>, ShaderTy>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Builtin
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