Struct greenglas::word::Word [] [src]

pub struct Word { /* fields omitted */ }

The Transformable Data Type Word

Methods

impl Word
[src]

Creates a new Word

Trait Implementations

impl Debug for Word
[src]

Formats the value using the given formatter.

impl Set for Word
[src]

Modify self using the provided modifier.

Modify self through a mutable reference with the provided modifier.

impl Transformer for Word
[src]

Transforms the non-numeric data into a numeric Vec

Transforms non-numeric data into a numeric SharedTensor Read more

Write into a native Coaster Memory.

Write into a native Coaster Memory with a offset.