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

#[repr(C)]
pub struct UiTexteditT { pub id: u64, pub rect: RectT, pub is_disabled: bool, pub is_password: bool, pub _padding_548: [c_char; 6], pub default_text: *const c_char, pub select_all_on_mouse_activate: bool, pub scroll_to_end: bool, pub select_all_on_startup: bool, pub _padding_565: [c_char; 1], pub select: UiTexteditTBindgenTy1, }

Fields

id: u64rect: RectTis_disabled: boolis_password: bool_padding_548: [c_char; 6]default_text: *const c_charselect_all_on_mouse_activate: boolscroll_to_end: boolselect_all_on_startup: bool_padding_565: [c_char; 1]select: UiTexteditTBindgenTy1

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.