Macro winapi::STRUCT [−][src]
macro_rules! STRUCT {
(#[debug] $($rest : tt) *) => { ... };
($(#[$attrs : meta]) * struct $name : ident
{ $($field : ident : $ftype : ty,) + }) => { ... };
}
macro_rules! STRUCT {
(#[debug] $($rest : tt) *) => { ... };
($(#[$attrs : meta]) * struct $name : ident
{ $($field : ident : $ftype : ty,) + }) => { ... };
}