Struct multi_structs::example_generated::Foo [] [src]

pub struct Foo {
    pub a: i32,
    pub b: i64,
}

Foo

Fields

a

b

Trait Implementations

impl Debug for Foo
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Foo

impl Sync for Foo