pub enum SpecparamAssignment {
Mintypmax(Box<SpecparamAssignmentMintypmax>),
PulseControlSpecparam(Box<PulseControlSpecparam>),
}Variants
Mintypmax(Box<SpecparamAssignmentMintypmax>)
PulseControlSpecparam(Box<PulseControlSpecparam>)
Trait Implementations
sourceimpl Clone for SpecparamAssignment
impl Clone for SpecparamAssignment
sourcefn clone(&self) -> SpecparamAssignment
fn clone(&self) -> SpecparamAssignment
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SpecparamAssignment
impl Debug for SpecparamAssignment
sourceimpl<'a> From<&'a SpecparamAssignment> for RefNodes<'a>
impl<'a> From<&'a SpecparamAssignment> for RefNodes<'a>
sourcefn from(x: &'a SpecparamAssignment) -> Self
fn from(x: &'a SpecparamAssignment) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a SpecparamAssignment> for RefNode<'a>
impl<'a> From<&'a SpecparamAssignment> for RefNode<'a>
sourcefn from(x: &'a SpecparamAssignment) -> Self
fn from(x: &'a SpecparamAssignment) -> Self
Converts to this type from the input type.
sourceimpl From<SpecparamAssignment> for AnyNode
impl From<SpecparamAssignment> for AnyNode
sourcefn from(x: SpecparamAssignment) -> Self
fn from(x: SpecparamAssignment) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a SpecparamAssignment
impl<'a> IntoIterator for &'a SpecparamAssignment
sourceimpl PartialEq<SpecparamAssignment> for SpecparamAssignment
impl PartialEq<SpecparamAssignment> for SpecparamAssignment
sourcefn eq(&self, other: &SpecparamAssignment) -> bool
fn eq(&self, other: &SpecparamAssignment) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SpecparamAssignment) -> bool
fn ne(&self, other: &SpecparamAssignment) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a SpecparamAssignment> for Locate
impl<'a> TryFrom<&'a SpecparamAssignment> for Locate
sourceimpl TryFrom<AnyNode> for SpecparamAssignment
impl TryFrom<AnyNode> for SpecparamAssignment
sourceimpl TryFrom<SpecparamAssignment> for Locate
impl TryFrom<SpecparamAssignment> for Locate
impl StructuralPartialEq for SpecparamAssignment
Auto Trait Implementations
impl RefUnwindSafe for SpecparamAssignment
impl Send for SpecparamAssignment
impl Sync for SpecparamAssignment
impl Unpin for SpecparamAssignment
impl UnwindSafe for SpecparamAssignment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more