Struct gl_generator::registry::CmdNs
[−]
[src]
pub struct CmdNs {
pub namespace: String,
pub defs: Vec<Cmd>,
}Fields
namespace | |
defs |
pub struct CmdNs {
pub namespace: String,
pub defs: Vec<Cmd>,
}namespace | |
defs |
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).