pub struct OperandConstraintSignature {
pub slots: Box<[OperandConstraintKind]>,
}Expand description
One expected operand-form signature expressed as constraint kinds.
Fields§
§slots: Box<[OperandConstraintKind]>Ordered operand slots.
Trait Implementations§
Source§impl Clone for OperandConstraintSignature
impl Clone for OperandConstraintSignature
Source§fn clone(&self) -> OperandConstraintSignature
fn clone(&self) -> OperandConstraintSignature
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 OperandConstraintSignature
impl Debug for OperandConstraintSignature
impl Eq for OperandConstraintSignature
impl StructuralPartialEq for OperandConstraintSignature
Auto Trait Implementations§
impl Freeze for OperandConstraintSignature
impl RefUnwindSafe for OperandConstraintSignature
impl Send for OperandConstraintSignature
impl Sync for OperandConstraintSignature
impl Unpin for OperandConstraintSignature
impl UnsafeUnpin for OperandConstraintSignature
impl UnwindSafe for OperandConstraintSignature
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