Struct plugger_types::Field [] [src]

pub struct Field {
    pub field_offset: usize,
    pub ty: TypeName,
    pub name: &'static str,
}

Fields

The number of bytes from the start of the structure.

Trait Implementations

impl Clone for Field
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more