Struct classicube_sys::SpecialInputTab
source ·
[−]#[repr(C)]pub struct SpecialInputTab {
pub itemsPerRow: c_int,
pub charsPerItem: c_int,
pub titleWidth: c_int,
pub title: cc_string,
pub contents: cc_string,
}Fields
itemsPerRow: c_intcharsPerItem: c_inttitleWidth: c_inttitle: cc_stringcontents: cc_stringTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
