[][src]Struct qmc::sse::simple_ops::SimpleOpLooper

pub struct SimpleOpLooper { /* fields omitted */ }

A simple implementation of the linked list op container for loop updates.

Trait Implementations

impl ClusterUpdater for SimpleOpLooper[src]

impl Debug for SimpleOpLooper[src]

impl Into<SimpleOpDiagonal> for SimpleOpLooper[src]

impl Into<SimpleOpLooper> for SimpleOpDiagonal[src]

impl LoopUpdater for SimpleOpLooper[src]

type Node = SimpleOpNode

The type used to contain the Op and handle movement around the worldlines.

impl OpContainer for SimpleOpLooper[src]

type Op = SimpleOp

The op object to manage.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,