pub struct MeasureContext<'a, Key, L, D>{
pub layout: &'a mut Torin<Key>,
pub measurer: &'a mut Option<L>,
pub dom_adapter: &'a mut D,
pub layout_metadata: LayoutMetadata,
}Fields§
§layout: &'a mut Torin<Key>§measurer: &'a mut Option<L>§dom_adapter: &'a mut D§layout_metadata: LayoutMetadataImplementations§
Source§impl<Key, L, D> MeasureContext<'_, Key, L, D>
impl<Key, L, D> MeasureContext<'_, Key, L, D>
Auto Trait Implementations§
impl<'a, Key, L, D> Freeze for MeasureContext<'a, Key, L, D>
impl<'a, Key, L, D> !RefUnwindSafe for MeasureContext<'a, Key, L, D>
impl<'a, Key, L, D> Send for MeasureContext<'a, Key, L, D>
impl<'a, Key, L, D> Sync for MeasureContext<'a, Key, L, D>
impl<'a, Key, L, D> Unpin for MeasureContext<'a, Key, L, D>
impl<'a, Key, L, D> !UnwindSafe for MeasureContext<'a, Key, L, D>
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