Function rustdoc::html::render::print_item::render_struct_fields

source ·
fn render_struct_fields(
    w: &mut Buffer,
    g: Option<&Generics>,
    ty: Option<CtorKind>,
    fields: &[Item],
    tab: &str,
    structhead: bool,
    has_stripped_entries: bool,
    cx: &Context<'_>
)