Struct yoin_core::dic::Matrix [] [src]

pub struct Matrix<T: Borrow<[i16]>> { /* fields omitted */ }

Methods

impl Matrix<Vec<i16>>
[src]

[src]

impl<T: Borrow<[i16]>> Matrix<T>
[src]

[src]

[src]

[src]

impl<'a> Matrix<&'a [i16]>
[src]

[src]

Trait Implementations

impl<T: Debug + Borrow<[i16]>> Debug for Matrix<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: Clone + Borrow<[i16]>> Clone for Matrix<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: PartialEq + Borrow<[i16]>> PartialEq for Matrix<T>
[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<T: Borrow<[i16]>> Index<(u16, u16)> for Matrix<T>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl IndexMut<(u16, u16)> for Matrix<Vec<i16>>
[src]

[src]

Performs the mutable indexing (container[index]) operation.