Struct croaring::bitmap::LazyBitmap

source ·
pub struct LazyBitmap<'a> { /* private fields */ }

Implementations

Modifies the bitmap this lazy bitmap is associated with to be the union of the two bitmaps.

Arguments
  • other - The other bitmap to union with.
  • force_bitsets - Whether to force conversions to bitsets when modifying containers

Modifies the bitmap this lazy bitmap is associated with to be the xor of the two bitmaps.

Trait Implementations

Performs the |= operation. Read more
Performs the ^= operation. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.