Struct gfx_macros::shader_param::ShaderParam
[−]
[src]
pub struct ShaderParam;
pub struct ShaderParam;
impl ItemDecorator for ShaderParamfn expand(&self, context: &mut ExtCtxt, span: Span, meta_item: &MetaItem, item: &Item, push: &mut FnMut(P<Item>))impl Clone for ShaderParamfn clone(&self) -> ShaderParamfn clone_from(&mut self, source: &Self)impl Copy for ShaderParam
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)