Struct rustc::llvm::AttrBuilderExperimental
[-]
[+]
[src]
pub struct AttrBuilder {
// some fields omitted
}
pub struct AttrBuilder {
// some fields omitted
}impl AttrBuilderfn new() -> AttrBuilderfn arg<T: AttrHelper + 'static>(&'a mut self, idx: uint, a: T) -> &'a mut AttrBuilderfn ret<T: AttrHelper + 'static>(&'a mut self, a: T) -> &'a mut AttrBuilderfn apply_llfn(&self, llfn: *mut Value_opaque)fn apply_callsite(&self, callsite: *mut Value_opaque)
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).