Struct keymatrix::KeyMatrix[][src]

pub struct KeyMatrix<CN, RN, C, R> where
    RN: Unsigned + ArrayLength<bool> + ArrayLength<u8>,
    CN: Unsigned + ArrayLength<GenericArray<bool, RN>> + ArrayLength<GenericArray<u8, RN>>,
    C: KeyColumns<CN>,
    R: KeyRows<RN>, 
{ /* fields omitted */ }

Methods

impl<CN, RN, C, R> KeyMatrix<CN, RN, C, R> where
    RN: Unsigned + ArrayLength<bool> + ArrayLength<u8>,
    CN: Unsigned + ArrayLength<GenericArray<bool, RN>> + ArrayLength<GenericArray<u8, RN>>,
    C: KeyColumns<CN>,
    R: KeyRows<RN>, 
[src]

Auto Trait Implementations

impl<CN, RN, C, R> Send for KeyMatrix<CN, RN, C, R> where
    C: Send,
    CN: Send,
    R: Send,
    RN: Send

impl<CN, RN, C, R> Sync for KeyMatrix<CN, RN, C, R> where
    C: Sync,
    CN: Sync,
    R: Sync,
    RN: Sync