Struct agnes::view::ViewField[][src]

pub struct ViewField {
    pub rident: RFieldIdent,
    pub frame_idx: usize,
}

A field in a DataView. Contains the (possibly-renamed) field identifier and the store index with the underlying data.

Fields

The field identifier, along with renaming information (if exists)

Frame index of the underlying data

Trait Implementations

impl Debug for ViewField
[src]

Formats the value using the given formatter. Read more

impl Clone for ViewField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ViewField
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ViewField
[src]

impl Hash for ViewField
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for ViewField

impl Sync for ViewField