pub struct ReplayStage {
pub duration: Duration,
pub rate: u64,
}Fields§
§duration: Duration§rate: u64Trait Implementations§
Source§impl Clone for ReplayStage
impl Clone for ReplayStage
Source§fn clone(&self) -> ReplayStage
fn clone(&self) -> ReplayStage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReplayStage
Source§impl Debug for ReplayStage
impl Debug for ReplayStage
impl Eq for ReplayStage
Source§impl PartialEq for ReplayStage
impl PartialEq for ReplayStage
impl StructuralPartialEq for ReplayStage
Auto Trait Implementations§
impl Freeze for ReplayStage
impl RefUnwindSafe for ReplayStage
impl Send for ReplayStage
impl Sync for ReplayStage
impl Unpin for ReplayStage
impl UnsafeUnpin for ReplayStage
impl UnwindSafe for ReplayStage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.