Struct aidl_parser::ast::Arg  [−][src]
pub struct Arg {
    pub direction: Direction,
    pub name: Option<String>,
    pub arg_type: Type,
    pub annotations: Vec<Annotation>,
    pub doc: Option<String>,
    pub symbol_range: Range,
    pub full_range: Range,
}Fields
direction: Directionname: Option<String>arg_type: Typeannotations: Vec<Annotation>doc: Option<String>symbol_range: Rangefull_range: RangeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Arg
impl UnwindSafe for Arg
Blanket Implementations
Mutably borrows from an owned value. Read more
