pub struct Bitmaps {
pub delete: Vec,
pub replace: Vec,
}
Expand description
Bitmaps to know which entries to delete or replace, even though details are still unknown.
Fields
delete: Vec
A bitmap to signal which entries to delete, maybe.
replace: Vec
A bitmap to signal which entries to replace, maybe.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Bitmaps
impl Send for Bitmaps
impl Sync for Bitmaps
impl Unpin for Bitmaps
impl UnwindSafe for Bitmaps
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more