Struct reproto_backend_swift::TypeAdded [] [src]

pub struct TypeAdded<'a, 'c: 'a, 'el: 'a> {
    pub container: &'a mut Tokens<'el, Swift<'el>>,
    pub compiler: &'a Compiler<'c>,
    pub name: &'el SwiftName,
    pub fields: &'a [&'el RpField<SwiftFlavor>],
}

Event emitted when a struct has been added.

Fields

Trait Implementations

Auto Trait Implementations

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

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