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