noun
structure element
Technical computing term for a member or field within a data structure (struct).
C言語では、構造体要素にドット演算子でアクセスする。
In C, you access a structure element using the dot operator.
Compound of 構造体 (data structure) + 要素 (element). A straightforward technical term.