Struct dense_mats::tensor::Axis [] [src]

pub struct Axis(pub usize);

A type for indexing an axis of a tensor

Trait Implementations

impl PartialEq for Axis
[src]

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

This method tests for !=.

impl Debug for Axis
[src]

Formats the value using the given formatter.

impl Copy for Axis
[src]

impl Clone for Axis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more