Struct macroquad::ui::Skin[][src]

pub struct Skin {
Show 15 fields pub label_style: Style, pub button_style: Style, pub tabbar_style: Style, pub combobox_style: Style, pub window_style: Style, pub editbox_style: Style, pub window_titlebar_style: Style, pub scrollbar_style: Style, pub scrollbar_handle_style: Style, pub checkbox_style: Style, pub group_style: Style, pub margin: f32, pub title_height: f32, pub scroll_width: f32, pub scroll_multiplier: f32,
}

Fields

label_style: Stylebutton_style: Styletabbar_style: Stylecombobox_style: Stylewindow_style: Styleeditbox_style: Stylewindow_titlebar_style: Stylescrollbar_style: Stylescrollbar_handle_style: Stylecheckbox_style: Stylegroup_style: Stylemargin: f32title_height: f32scroll_width: f32scroll_multiplier: f32

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)

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.