pub struct Bounds(Cell<Option<Rect>>);Expand description
The running world-space union of everything a render has drawn.
Tuple Fields§
§0: Cell<Option<Rect>>Implementations§
Source§impl Bounds
impl Bounds
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Bounds
impl !RefUnwindSafe for Bounds
impl Send for Bounds
impl !Sync for Bounds
impl Unpin for Bounds
impl UnsafeUnpin for Bounds
impl UnwindSafe for Bounds
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