pub struct DirtyMask(/* private fields */);Expand description
Component-level dirty bitset used by replication planning.
Implementations§
Trait Implementations§
impl Copy for DirtyMask
impl Eq for DirtyMask
impl StructuralPartialEq for DirtyMask
Auto Trait Implementations§
impl Freeze for DirtyMask
impl RefUnwindSafe for DirtyMask
impl Send for DirtyMask
impl Sync for DirtyMask
impl Unpin for DirtyMask
impl UnsafeUnpin for DirtyMask
impl UnwindSafe for DirtyMask
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