pub struct TextEntryLayout {
pub question_row: u16,
pub box_top_row: u16,
pub content_row: u16,
pub box_bottom_row: u16,
pub hint_row: u16,
pub box_column: u16,
pub inner_width: u16,
}Fields§
§question_row: u16§box_top_row: u16§content_row: u16§box_bottom_row: u16§hint_row: u16§box_column: u16§inner_width: u16Trait Implementations§
Source§impl Clone for TextEntryLayout
impl Clone for TextEntryLayout
Source§fn clone(&self) -> TextEntryLayout
fn clone(&self) -> TextEntryLayout
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 moreAuto Trait Implementations§
impl Freeze for TextEntryLayout
impl RefUnwindSafe for TextEntryLayout
impl Send for TextEntryLayout
impl Sync for TextEntryLayout
impl Unpin for TextEntryLayout
impl UnsafeUnpin for TextEntryLayout
impl UnwindSafe for TextEntryLayout
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