pub struct DelayControlDelay {
    pub nodes: (Symbol, DelayValue),
}Fields§
§nodes: (Symbol, DelayValue)Trait Implementations§
Source§impl Clone for DelayControlDelay
 
impl Clone for DelayControlDelay
Source§fn clone(&self) -> DelayControlDelay
 
fn clone(&self) -> DelayControlDelay
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 DelayControlDelay
 
impl Debug for DelayControlDelay
Source§impl<'a> From<&'a DelayControlDelay> for RefNode<'a>
 
impl<'a> From<&'a DelayControlDelay> for RefNode<'a>
Source§fn from(x: &'a DelayControlDelay) -> RefNode<'a>
 
fn from(x: &'a DelayControlDelay) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a DelayControlDelay> for RefNodes<'a>
 
impl<'a> From<&'a DelayControlDelay> for RefNodes<'a>
Source§fn from(x: &'a DelayControlDelay) -> RefNodes<'a>
 
fn from(x: &'a DelayControlDelay) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<DelayControlDelay> for AnyNode
 
impl From<DelayControlDelay> for AnyNode
Source§fn from(x: DelayControlDelay) -> AnyNode
 
fn from(x: DelayControlDelay) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a DelayControlDelay
 
impl<'a> IntoIterator for &'a DelayControlDelay
Source§impl PartialEq for DelayControlDelay
 
impl PartialEq for DelayControlDelay
Source§impl<'a> TryFrom<&'a DelayControlDelay> for Locate
 
impl<'a> TryFrom<&'a DelayControlDelay> for Locate
Source§impl TryFrom<AnyNode> for DelayControlDelay
 
impl TryFrom<AnyNode> for DelayControlDelay
Source§impl TryFrom<DelayControlDelay> for Locate
 
impl TryFrom<DelayControlDelay> for Locate
impl StructuralPartialEq for DelayControlDelay
Auto Trait Implementations§
impl Freeze for DelayControlDelay
impl RefUnwindSafe for DelayControlDelay
impl Send for DelayControlDelay
impl Sync for DelayControlDelay
impl Unpin for DelayControlDelay
impl UnwindSafe for DelayControlDelay
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