pub struct DirtySize { /* private fields */ }
Expand description
Size with width, height and dirty flag. If the dirty flag is true
,
layout tasks will handle this objects in its arrange and measure
tasks.
Implementations§
Trait Implementations§
impl Copy for DirtySize
impl StructuralPartialEq for DirtySize
Auto Trait Implementations§
impl Freeze for DirtySize
impl RefUnwindSafe for DirtySize
impl Send for DirtySize
impl Sync for DirtySize
impl Unpin for DirtySize
impl UnwindSafe for DirtySize
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