risingwave_
storage
2.2.0-alpha
BitSlice
Mut
Required Methods
set_bit
Implementors
In risingwave_
storage::
hummock::
sstable::
bloom
risingwave_storage
::
hummock
::
sstable
::
bloom
Trait
BitSliceMut
Copy item path
source
pub trait BitSliceMut { // Required method fn
set_bit
(&mut self, idx:
usize
, val:
bool
); }
Required Methods
§
source
fn
set_bit
(&mut self, idx:
usize
, val:
bool
)
Implementors
§
source
§
impl<T:
AsMut
<[
u8
]>>
BitSliceMut
for T