Struct plugger_types::Field
[−]
[src]
pub struct Field {
pub field_offset: usize,
pub ty: TypeName,
pub name: &'static str,
}Fields
field_offset: usize
The number of bytes from the start of the structure.
ty: TypeName
name: &'static str
Trait Implementations
impl Clone for Field[src]
fn clone(&self) -> Field
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more