Struct machinery_api::plugins::ui::Draw2dStyleT[][src]

#[repr(C)]
pub struct Draw2dStyleT { pub color: ColorSrgbT, pub line_width: f32, pub feather_width: f32, pub feather: u32, pub clip: u32, pub _padding_174: [c_char; 4], pub font: *const Draw2dFontT, pub font_scale: f32, pub include_alpha: bool, pub _padding_184: [c_char; 3], }

Fields

color: ColorSrgbTline_width: f32feather_width: f32feather: u32clip: u32_padding_174: [c_char; 4]font: *const Draw2dFontTfont_scale: f32include_alpha: bool_padding_184: [c_char; 3]

Trait Implementations

Returns the “default value” for a type. 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 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.