[][src]Macro console_ui_engine_null::ui_component_struct

macro_rules! ui_component_struct {
    (pub struct $name:ident { $( $vis:vis $field:ident: $ty:ty ),* $(,)* }) => { ... };
}