#[repr(C)]pub struct UiTexteditT {
pub id: u64,
pub rect: RectT,
pub is_disabled: bool,
pub is_password: bool,
pub _padding_557: [c_char; 6],
pub default_text: *const c_char,
pub select_all_on_mouse_activate: bool,
pub scroll_to_end: bool,
pub select_all_on_startup: bool,
pub _padding_574: [c_char; 1],
pub select: UiTexteditTBindgenTy1,
}
Fields§
§id: u64
§rect: RectT
§is_disabled: bool
§is_password: bool
§_padding_557: [c_char; 6]
§default_text: *const c_char
§select_all_on_mouse_activate: bool
§scroll_to_end: bool
§select_all_on_startup: bool
§_padding_574: [c_char; 1]
§select: UiTexteditTBindgenTy1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiTexteditT
impl RefUnwindSafe for UiTexteditT
impl !Send for UiTexteditT
impl !Sync for UiTexteditT
impl Unpin for UiTexteditT
impl UnwindSafe for UiTexteditT
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