Struct sim::mechanics::queue::QueueEntry [−][src]
The exact position of something in a Queue
at some time
Fields
member: Queued
front: Distance
back: Distance
Not incuding FOLLOWING_DISTANCE
Trait Implementations
impl Clone for QueueEntry
[src]
impl Clone for QueueEntry
[src]fn clone(&self) -> QueueEntry
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for QueueEntry
impl Send for QueueEntry
impl Sync for QueueEntry
impl Unpin for QueueEntry
impl UnwindSafe for QueueEntry
Blanket Implementations
impl<T> Downcast for T where
T: Any,
impl<T> Downcast for T where
T: Any,
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,