#[repr(C)]pub struct TextFieldDef {}Expand description
Text field definition
Fields§
§name: StringField name
page: u32Page number (1-based)
x: f64X coordinate in points
y: f64Y coordinate in points
width: f64Width in points
height: f64Height in points
default_value: StringDefault value
max_length: u32Maximum character length (0 = unlimited)
multiline: boolAllow multiple lines
password: boolPassword field
required: boolRequired field
read_only: boolRead-only field
font_size: f64Font size in points
font_name: StringFont name
Trait Implementations§
Source§impl Clone for TextFieldDef
impl Clone for TextFieldDef
Source§impl Debug for TextFieldDef
impl Debug for TextFieldDef
Source§impl Default for TextFieldDef
impl Default for TextFieldDef
Source§impl ExternType for TextFieldDef
impl ExternType for TextFieldDef
Auto Trait Implementations§
impl Freeze for TextFieldDef
impl RefUnwindSafe for TextFieldDef
impl Send for TextFieldDef
impl Sync for TextFieldDef
impl Unpin for TextFieldDef
impl UnwindSafe for TextFieldDef
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