Struct sgf_render::MakeSvgOptions[][src]

pub struct MakeSvgOptions {
Show 16 fields pub node_description: NodeDescription, pub goban_range: GobanRange, pub style: GobanStyle, pub viewbox_width: f64, pub draw_board_labels: bool, pub draw_move_numbers: bool, pub draw_marks: bool, pub draw_triangles: bool, pub draw_circles: bool, pub draw_squares: bool, pub draw_selected: bool, pub draw_dimmed: bool, pub draw_labels: bool, pub draw_lines: bool, pub draw_arrows: bool, pub first_move_number: u64,
}

Fields

node_description: NodeDescriptiongoban_range: GobanRangestyle: GobanStyleviewbox_width: f64draw_board_labels: booldraw_move_numbers: booldraw_marks: booldraw_triangles: booldraw_circles: booldraw_squares: booldraw_selected: booldraw_dimmed: booldraw_labels: booldraw_lines: booldraw_arrows: boolfirst_move_number: u64

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.