Struct macroquad::ui::Skin

source ·
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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.