[][src]Trait agnes::view::UpdatePermutation

pub trait UpdatePermutation {
    fn update_permutation(&mut self, _order: &[usize]) { ... }
}

Trait for updating the permutation of all data storage in a type.

Provided methods

fn update_permutation(&mut self, _order: &[usize])

Update the permutation with the providing indices.

Loading content...

Implementors

impl UpdatePermutation for Nil[src]

fn update_permutation(&mut self, _order: &[usize])[src]

impl<FrameIndex, FrameFields, Tail> UpdatePermutation for ViewFrameCons<FrameIndex, FrameFields, Tail> where
    FrameFields: AssocStorage,
    Tail: UpdatePermutation
[src]

Loading content...