Struct rhusics::NextFrame [] [src]

pub struct NextFrame<T> {
    pub value: T,
}

Wrapper for data computed for the next frame

Fields

Wrapped value

Trait Implementations

impl<T> Component for NextFrame<T> where
    T: Send + Sync + 'static, 
[src]

Associated storage type for this component.

impl<T: Clone> Clone for NextFrame<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for NextFrame<T>
[src]

[src]

Formats the value using the given formatter.