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