#[repr(C)]pub struct tm_ui_textedit_t {
pub id: u64,
pub rect: tm_rect_t,
pub is_disabled: bool,
pub is_password: bool,
pub _padding_511: [i8; 6],
pub default_text: *const i8,
pub select_all_on_mouse_activate: bool,
pub scroll_to_end: bool,
pub select_all_on_startup: bool,
pub _padding_528: [i8; 1],
pub select: tm_ui_textedit_t__bindgen_ty_1,
}Fields§
§id: u64§rect: tm_rect_t§is_disabled: bool§is_password: bool§_padding_511: [i8; 6]§default_text: *const i8§select_all_on_mouse_activate: bool§scroll_to_end: bool§select_all_on_startup: bool§_padding_528: [i8; 1]§select: tm_ui_textedit_t__bindgen_ty_1Trait Implementations§
Source§impl Clone for tm_ui_textedit_t
impl Clone for tm_ui_textedit_t
Source§fn clone(&self) -> tm_ui_textedit_t
fn clone(&self) -> tm_ui_textedit_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tm_ui_textedit_t
Auto Trait Implementations§
impl Freeze for tm_ui_textedit_t
impl RefUnwindSafe for tm_ui_textedit_t
impl !Send for tm_ui_textedit_t
impl !Sync for tm_ui_textedit_t
impl Unpin for tm_ui_textedit_t
impl UnwindSafe for tm_ui_textedit_t
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