pub struct RenderTextBoxResponse {
pub layout: Rc<RefCell<Layout>>,
}Fields§
§layout: Rc<RefCell<Layout>>The fontdue text layout from this text box. This layout will be reset and updated every time the widget updates.
Auto Trait Implementations§
impl Freeze for RenderTextBoxResponse
impl !RefUnwindSafe for RenderTextBoxResponse
impl !Send for RenderTextBoxResponse
impl !Sync for RenderTextBoxResponse
impl Unpin for RenderTextBoxResponse
impl !UnwindSafe for RenderTextBoxResponse
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