pub struct TextInputLayout<'a> { /* private fields */ }Available on crate feature
shared-parley only.Expand description
A TextInput’s laid-out text, lent to with_text_input_layout’s callback for one call.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for TextInputLayout<'a>
impl<'a> !UnwindSafe for TextInputLayout<'a>
impl<'a> Freeze for TextInputLayout<'a>
impl<'a> Send for TextInputLayout<'a>
impl<'a> Sync for TextInputLayout<'a>
impl<'a> Unpin for TextInputLayout<'a>
impl<'a> UnsafeUnpin for TextInputLayout<'a>
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