pub type igraph_attribute_elemtype_t = c_uint;Expand description
\typedef igraph_attribute_elemtype_t \brief Types of objects to which attributes can be attached.
\enumval IGRAPH_ATTRIBUTE_GRAPH Denotes that an attribute belongs to the entire graph. \enumval IGRAPH_ATTRIBUTE_VERTEX Denotes that an attribute belongs to the vertices of a graph. \enumval IGRAPH_ATTRIBUTE_EDGE Denotes that an attribute belongs to the edges of a graph.