Struct flatbuffers_rust::flatbuffers::flatbuffer_manager::StructInfo [] [src]

pub struct StructInfo<'a> {
    pub struct_name: &'a str,
    pub fields: Vec<FieldInfo<'a>>,
}

Fields

Methods

impl<'a> StructInfo<'a>
[src]

[src]

Trait Implementations

impl<'a> Debug for StructInfo<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Clone for StructInfo<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more