这两个声明之间的区别是什么,并且优先于另一个?
typedef struct IOPORT { GPIO_TypeDef* port; u16 pin; } IOPORT; typedef struct { GPIO_TypeDef* port; u16 pin; } IOPORT;
c struct typedef namespaces
c ×1
namespaces ×1
struct ×1
typedef ×1