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