#[repr(C)]
pub struct LTable {
Show 35 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 columns: *mut LTableColumn, pub numColumns: c_int, pub rowFont: *mut FontDesc, pub rowsBegY: c_int, pub rowsEndY: c_int, pub rowHeight: c_int, pub hdrHeight: c_int, pub visibleRows: c_int, pub rowsCount: c_int, pub topRow: c_int, pub selectedHash: *mut cc_string, pub filter: *mut cc_string, pub OnSelectedChanged: Option<unsafe extern "C" fn()>, pub draggingColumn: c_int, pub dragXStart: c_int, pub draggingScrollbar: cc_bool, pub dragYOffset: c_int, pub _wheelAcc: f32, pub _lastRow: c_int, pub _lastClick: cc_uint64,
}

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: Rect2Dcolumns: *mut LTableColumnnumColumns: c_introwFont: *mut FontDescrowsBegY: c_introwsEndY: c_introwHeight: c_inthdrHeight: c_intvisibleRows: c_introwsCount: c_inttopRow: c_intselectedHash: *mut cc_stringfilter: *mut cc_stringOnSelectedChanged: Option<unsafe extern "C" fn()>draggingColumn: c_intdragXStart: c_intdraggingScrollbar: cc_booldragYOffset: c_int_wheelAcc: f32_lastRow: c_int_lastClick: cc_uint64

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.