pub struct Ids {
Show 27 fields pub canvas: Id, pub title: Id, pub introduction: Id, pub shapes_canvas: Id, pub rounded_rectangle: Id, pub shapes_left_col: Id, pub shapes_right_col: Id, pub shapes_title: Id, pub line: Id, pub point_path: Id, pub rectangle_fill: Id, pub rectangle_outline: Id, pub trapezoid: Id, pub oval_fill: Id, pub oval_outline: Id, pub circle: Id, pub image_title: Id, pub rust_logo: Id, pub button_title: Id, pub button: Id, pub xy_pad: Id, pub toggle: Id, pub ball: Id, pub dialer_title: Id, pub number_dialer: Id, pub plot_path: Id, pub canvas_scrollbar: Id,
}

Fields

canvas: Idtitle: Idintroduction: Idshapes_canvas: Idrounded_rectangle: Idshapes_left_col: Idshapes_right_col: Idshapes_title: Idline: Idpoint_path: Idrectangle_fill: Idrectangle_outline: Idtrapezoid: Idoval_fill: Idoval_outline: Idcircle: Idimage_title: Idbutton_title: Idbutton: Idxy_pad: Idtoggle: Idball: Iddialer_title: Idnumber_dialer: Idplot_path: Idcanvas_scrollbar: Id

Implementations

Construct a new widget::Id container.

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 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.