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]
Auto Trait Implementations§
impl Freeze for ChatInputWidget
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