pub struct PackBitmapPseudoMerge {
pub commits: EwahBitmap,
pub bitmap: EwahBitmap,
}Fields§
§commits: EwahBitmapCommit bits, in the bitmap’s bit-numbering order, covered by this pseudo-merge.
bitmap: EwahBitmapObject reachability closure for the pseudo-merge’s commits, in the same bit-numbering order.
Trait Implementations§
Source§impl Clone for PackBitmapPseudoMerge
impl Clone for PackBitmapPseudoMerge
Source§fn clone(&self) -> PackBitmapPseudoMerge
fn clone(&self) -> PackBitmapPseudoMerge
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PackBitmapPseudoMerge
impl Debug for PackBitmapPseudoMerge
impl Eq for PackBitmapPseudoMerge
Source§impl PartialEq for PackBitmapPseudoMerge
impl PartialEq for PackBitmapPseudoMerge
Source§fn eq(&self, other: &PackBitmapPseudoMerge) -> bool
fn eq(&self, other: &PackBitmapPseudoMerge) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PackBitmapPseudoMerge
Auto Trait Implementations§
impl Freeze for PackBitmapPseudoMerge
impl RefUnwindSafe for PackBitmapPseudoMerge
impl Send for PackBitmapPseudoMerge
impl Sync for PackBitmapPseudoMerge
impl Unpin for PackBitmapPseudoMerge
impl UnsafeUnpin for PackBitmapPseudoMerge
impl UnwindSafe for PackBitmapPseudoMerge
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