Searched defs:CommandInfo (Results 1 – 4 of 4) sorted by relevance
33 struct CommandInfo { struct34 unsigned getID() const { in getID()38 const char *Name;41 const char *EndCommandName;44 enum { NumCommandIDBits = 20 };47 unsigned ID : NumCommandIDBits;51 unsigned NumArgs : 4;54 unsigned IsInlineCommand : 1;57 unsigned IsBlockCommand : 1;61 unsigned IsBriefCommand : 1;[all …]
10 pub struct CommandInfo<'a> { struct20 pub struct CommandInfoWithArgs<'a> { argument
324 pub type CommandInfo = argh_shared::CommandInfo<'static>; typedef611 const COMMANDS: &'static [&'static CommandInfo]; variable622 const COMMAND: &'static CommandInfo; variable626 const COMMANDS: &'static [&'static CommandInfo] = &[T::COMMAND]; variable
67 const COMMAND: &'static CommandInfo = &CommandInfo { variable