#[repr(C)]
pub struct LLabel {
Show 18 fields pub VTABLE: *const LWidgetVTABLE, pub x: c_int, pub y: c_int, pub width: c_int, pub height: c_int, pub hovered: cc_bool, pub selected: cc_bool, pub hidden: cc_bool, pub tabSelectable: cc_bool, pub horAnchor: cc_uint8, pub verAnchor: cc_uint8, pub xOffset: c_int, pub yOffset: c_int, pub OnClick: Option<unsafe extern "C" fn(widget: *mut c_void, idx: c_int)>, pub last: Rect2D, pub font: *mut FontDesc, pub text: cc_string, pub _textBuffer: [c_char; 64],
}

Fields

VTABLE: *const LWidgetVTABLEx: c_inty: c_intwidth: c_intheight: c_inthovered: cc_boolselected: cc_boolhidden: cc_booltabSelectable: cc_boolhorAnchor: cc_uint8verAnchor: cc_uint8xOffset: c_intyOffset: c_intOnClick: Option<unsafe extern "C" fn(widget: *mut c_void, idx: c_int)>last: Rect2Dfont: *mut FontDesctext: cc_string_textBuffer: [c_char; 64]

Trait Implementations

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. 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.