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_int
§charsPerItem: c_int
§titleWidth: c_int
§title: cc_string
§contents: cc_string
Trait Implementations§
source§impl Debug for SpecialInputTab
impl Debug for SpecialInputTab
source§impl Hash for SpecialInputTab
impl Hash for SpecialInputTab
source§impl PartialEq for SpecialInputTab
impl PartialEq for SpecialInputTab
source§fn eq(&self, other: &SpecialInputTab) -> bool
fn eq(&self, other: &SpecialInputTab) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SpecialInputTab
impl StructuralPartialEq for SpecialInputTab
Auto Trait Implementations§
impl Freeze for SpecialInputTab
impl RefUnwindSafe for SpecialInputTab
impl !Send for SpecialInputTab
impl !Sync for SpecialInputTab
impl Unpin for SpecialInputTab
impl UnwindSafe for SpecialInputTab
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more