Struct bitcoin::bip158::GcsFilterReader
source · pub struct GcsFilterReader { /* private fields */ }
Expand description
Golomb-Rice encoded filter reader.
Implementations§
source§impl GcsFilterReader
impl GcsFilterReader
sourcepub fn new(k0: u64, k1: u64, m: u64, p: u8) -> GcsFilterReader
pub fn new(k0: u64, k1: u64, m: u64, p: u8) -> GcsFilterReader
Creates a new GcsFilterReader
with specific seed to siphash.
Auto Trait Implementations§
impl RefUnwindSafe for GcsFilterReader
impl Send for GcsFilterReader
impl Sync for GcsFilterReader
impl Unpin for GcsFilterReader
impl UnwindSafe for GcsFilterReader
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