CUDA里有Matrix标识符么

《GPU 高性能运算之CUDA》书中170页,
Matrix d_A;
d_A.eidth=A.width;
d_A.height=A.height;

这是怎么回事啊,

这是一个结构体啊~ 用的是c的struct定义的,

同意