pub struct LayoutContext {
pub alloc: Bump,
}Fields§
§alloc: BumpImplementations§
Source§impl LayoutContext
impl LayoutContext
Auto Trait Implementations§
impl !Freeze for LayoutContext
impl !RefUnwindSafe for LayoutContext
impl Send for LayoutContext
impl !Sync for LayoutContext
impl Unpin for LayoutContext
impl !UnwindSafe for LayoutContext
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