Struct classicube_sys::TextWidget
source ·
[−]#[repr(C)]pub struct TextWidget {Show 14 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 tex: Texture,
pub col: PackedCol,
}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_LeftClicktex: Texturecol: PackedColTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
