Struct rhusics_core::NextFrame[][src]

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

Wrapper for data computed for the next frame

Fields

Wrapped value

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

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

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl<T> Send for NextFrame<T> where
    T: Send

impl<T> Sync for NextFrame<T> where
    T: Sync