Struct llvm_mlir_sys::MlirNamedAttribute
source · #[repr(C)]pub struct MlirNamedAttribute {
pub name: MlirIdentifier,
pub attribute: MlirAttribute,
}Expand description
Named MLIR attribute.
A named attribute is essentially a (name, attribute) pair where the name is a string.
Fields§
§name: MlirIdentifier§attribute: MlirAttributeTrait Implementations§
source§impl Clone for MlirNamedAttribute
impl Clone for MlirNamedAttribute
source§fn clone(&self) -> MlirNamedAttribute
fn clone(&self) -> MlirNamedAttribute
Returns a copy 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 more