#[repr(C)]
pub struct SpecialInputWidget {
Show 23 fields pub VTABLE: *const WidgetVTABLE, pub x: c_int, pub y: c_int, pub width: c_int, pub height: c_int, pub active: cc_bool, pub disabled: cc_bool, pub horAnchor: cc_uint8, pub verAnchor: cc_uint8, pub xOffset: c_int, pub yOffset: c_int, pub MenuClick: Widget_LeftClick, pub elementWidth: c_int, pub elementHeight: c_int, pub selectedIndex: c_int, pub pendingRedraw: cc_bool, pub target: *mut InputWidget, pub tex: Texture, pub font: *mut FontDesc, pub titleHeight: c_int, pub tabs: [SpecialInputTab; 5], pub colString: cc_string, pub _colBuffer: [c_char; 1024],
}

Fields

VTABLE: *const WidgetVTABLEx: c_inty: c_intwidth: c_intheight: c_intactive: cc_booldisabled: cc_boolhorAnchor: cc_uint8verAnchor: cc_uint8xOffset: c_intyOffset: c_intMenuClick: Widget_LeftClickelementWidth: c_intelementHeight: c_intselectedIndex: c_intpendingRedraw: cc_booltarget: *mut InputWidgettex: Texturefont: *mut FontDesctitleHeight: c_inttabs: [SpecialInputTab; 5]colString: cc_string_colBuffer: [c_char; 1024]

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.