Function rustdoc::html::render::render_struct[][src]

fn render_struct(
    w: &mut Formatter,
    it: &Item,
    g: Option<&Generics>,
    ty: StructType,
    fields: &[Item],
    tab: &str,
    structhead: bool
) -> Result