pub struct IslandBitmap { /* private fields */ }Expand description
One island membership bitmap (one bit per deduplicated island).
Trait Implementations§
Source§impl Clone for IslandBitmap
impl Clone for IslandBitmap
Source§fn clone(&self) -> IslandBitmap
fn clone(&self) -> IslandBitmap
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 IslandBitmap
impl Debug for IslandBitmap
impl Eq for IslandBitmap
Source§impl PartialEq for IslandBitmap
impl PartialEq for IslandBitmap
Source§fn eq(&self, other: &IslandBitmap) -> bool
fn eq(&self, other: &IslandBitmap) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IslandBitmap
Auto Trait Implementations§
impl Freeze for IslandBitmap
impl RefUnwindSafe for IslandBitmap
impl Send for IslandBitmap
impl Sync for IslandBitmap
impl Unpin for IslandBitmap
impl UnsafeUnpin for IslandBitmap
impl UnwindSafe for IslandBitmap
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