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

#[repr(C)]
pub struct UiTitlebarT { pub id: u64, pub rect: RectT, pub has_focus: bool, pub is_maximized: bool, pub _padding_840: [c_char; 6], pub caption: *const c_char, pub border_width: f32, pub caption_height: f32, pub caption_padding: f32, pub _padding_848: [c_char; 4], pub icon_texture: u32, pub _padding_852: [c_char; 4], }

Fields

id: u64rect: RectThas_focus: boolis_maximized: bool_padding_840: [c_char; 6]caption: *const c_charborder_width: f32caption_height: f32caption_padding: f32_padding_848: [c_char; 4]icon_texture: u32_padding_852: [c_char; 4]

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.