Struct classicube_sys::ChatInputWidget
source · #[repr(C)]pub struct ChatInputWidget {
pub base: InputWidget,
pub typingLogPos: c_int,
pub origStr: cc_string,
pub _textBuffer: [c_char; 192],
pub _origBuffer: [c_char; 192],
}Fields§
§base: InputWidget§typingLogPos: c_int§origStr: cc_string§_textBuffer: [c_char; 192]§_origBuffer: [c_char; 192]Trait Implementations§
source§impl Debug for ChatInputWidget
impl Debug for ChatInputWidget
source§impl PartialEq for ChatInputWidget
impl PartialEq for ChatInputWidget
source§fn eq(&self, other: &ChatInputWidget) -> bool
fn eq(&self, other: &ChatInputWidget) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ChatInputWidget
Auto Trait Implementations§
impl RefUnwindSafe for ChatInputWidget
impl !Send for ChatInputWidget
impl !Sync for ChatInputWidget
impl Unpin for ChatInputWidget
impl UnwindSafe for ChatInputWidget
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