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 Freeze for Bitmaps
impl RefUnwindSafe for Bitmaps
impl Send for Bitmaps
impl Sync for Bitmaps
impl Unpin for Bitmaps
impl UnwindSafe for Bitmaps
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)