pub enum SpecparamAssignment {
    Mintypmax(Box<SpecparamAssignmentMintypmax>),
    PulseControlSpecparam(Box<PulseControlSpecparam>),
}Variants§
Mintypmax(Box<SpecparamAssignmentMintypmax>)
PulseControlSpecparam(Box<PulseControlSpecparam>)
Trait Implementations§
Source§impl Clone for SpecparamAssignment
 
impl Clone for SpecparamAssignment
Source§fn clone(&self) -> SpecparamAssignment
 
fn clone(&self) -> SpecparamAssignment
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 SpecparamAssignment
 
impl Debug for SpecparamAssignment
Source§impl<'a> From<&'a SpecparamAssignment> for RefNode<'a>
 
impl<'a> From<&'a SpecparamAssignment> for RefNode<'a>
Source§fn from(x: &'a SpecparamAssignment) -> Self
 
fn from(x: &'a SpecparamAssignment) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a SpecparamAssignment> for RefNodes<'a>
 
impl<'a> From<&'a SpecparamAssignment> for RefNodes<'a>
Source§fn from(x: &'a SpecparamAssignment) -> Self
 
fn from(x: &'a SpecparamAssignment) -> Self
Converts to this type from the input type.
Source§impl From<SpecparamAssignment> for AnyNode
 
impl From<SpecparamAssignment> for AnyNode
Source§fn from(x: SpecparamAssignment) -> Self
 
fn from(x: SpecparamAssignment) -> Self
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a SpecparamAssignment
 
impl<'a> IntoIterator for &'a SpecparamAssignment
Source§impl PartialEq for SpecparamAssignment
 
impl PartialEq for SpecparamAssignment
Source§impl<'a> TryFrom<&'a SpecparamAssignment> for Locate
 
impl<'a> TryFrom<&'a SpecparamAssignment> for Locate
Source§impl TryFrom<AnyNode> for SpecparamAssignment
 
impl TryFrom<AnyNode> for SpecparamAssignment
Source§impl TryFrom<SpecparamAssignment> for Locate
 
impl TryFrom<SpecparamAssignment> for Locate
impl StructuralPartialEq for SpecparamAssignment
Auto Trait Implementations§
impl Freeze for SpecparamAssignment
impl RefUnwindSafe for SpecparamAssignment
impl Send for SpecparamAssignment
impl Sync for SpecparamAssignment
impl Unpin for SpecparamAssignment
impl UnwindSafe for SpecparamAssignment
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