Struct aidl_parser::ast::Interface  [−][src]
pub struct Interface {
    pub oneway: bool,
    pub name: String,
    pub elements: Vec<InterfaceElement>,
    pub annotations: Vec<Annotation>,
    pub doc: Option<String>,
    pub full_range: Range,
    pub symbol_range: Range,
}Fields
oneway: boolname: Stringelements: Vec<InterfaceElement>annotations: Vec<Annotation>doc: Option<String>full_range: Rangesymbol_range: RangeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Interface
impl UnwindSafe for Interface
Blanket Implementations
Mutably borrows from an owned value. Read more
