Struct classicube_sys::LTableColumn
source ·
[−]#[repr(C)]pub struct LTableColumn {
pub name: *const c_char,
pub width: c_int,
pub DrawRow: Option<unsafe extern "C" fn(row: *mut ServerInfo, args: *mut DrawTextArgs, cell: *mut LTableCell)>,
pub SortOrder: Option<unsafe extern "C" fn(a: *const ServerInfo, b: *const ServerInfo) -> c_int>,
pub hasGridline: cc_bool,
pub interactable: cc_bool,
pub invertSort: cc_bool,
}Fields
name: *const c_charwidth: c_intDrawRow: Option<unsafe extern "C" fn(row: *mut ServerInfo, args: *mut DrawTextArgs, cell: *mut LTableCell)>SortOrder: Option<unsafe extern "C" fn(a: *const ServerInfo, b: *const ServerInfo) -> c_int>hasGridline: cc_boolinteractable: cc_boolinvertSort: cc_boolTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LTableColumn
impl !Send for LTableColumn
impl !Sync for LTableColumn
impl Unpin for LTableColumn
impl UnwindSafe for LTableColumn
Blanket Implementations
Mutably borrows from an owned value. Read more
