Struct reproto_backend_swift::InterfaceAdded [] [src]

pub struct InterfaceAdded<'a, 'c: 'a, 'el: 'a> {
    pub container: &'a mut Tokens<'el, Swift<'el>>,
    pub compiler: &'a Compiler<'c>,
    pub name: &'el SwiftName,
    pub body: &'el RpInterfaceBody<SwiftFlavor>,
}

Event emitted when an interface has been added.

Fields

Trait Implementations

Auto Trait Implementations

impl<'a, 'c, 'el> !Send for InterfaceAdded<'a, 'c, 'el>

impl<'a, 'c, 'el> !Sync for InterfaceAdded<'a, 'c, 'el>