pub struct DecoRuntime {
pub deco_stages: Vec<DecoStage>,
pub tts: Time,
pub tts_at_5: Time,
pub tts_delta_at_5: Time,
}Fields§
§deco_stages: Vec<DecoStage>§tts: Time§tts_at_5: Time§tts_delta_at_5: TimeTrait Implementations§
Source§impl Clone for DecoRuntime
impl Clone for DecoRuntime
Source§fn clone(&self) -> DecoRuntime
fn clone(&self) -> DecoRuntime
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DecoRuntime
impl Debug for DecoRuntime
Source§impl Default for DecoRuntime
impl Default for DecoRuntime
Source§fn default() -> DecoRuntime
fn default() -> DecoRuntime
Returns the “default value” for a type. Read more
Source§impl PartialEq for DecoRuntime
impl PartialEq for DecoRuntime
impl StructuralPartialEq for DecoRuntime
Auto Trait Implementations§
impl Freeze for DecoRuntime
impl RefUnwindSafe for DecoRuntime
impl Send for DecoRuntime
impl Sync for DecoRuntime
impl Unpin for DecoRuntime
impl UnwindSafe for DecoRuntime
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