Struct multi_structs::example_generated::Bar [] [src]

pub struct Bar {
    pub c: usize,
    pub d: String,
}

Bar

Fields

c

d

Trait Implementations

impl Debug for Bar
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Bar

impl Sync for Bar