Struct npy::Field [] [src]

pub struct Field {
    pub name: String,
    pub dtype: DType,
}

A field of a record dtype

Fields

The name of the field

The dtype of the field

Trait Implementations

impl PartialEq for Field
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Field
[src]

impl Debug for Field
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Field

impl Sync for Field