pub struct WindowFp {
pub start: usize,
pub len: usize,
pub hash: Hash256,
}Expand description
A window fingerprint scoped by its (start, len) over the normalized stream.
Fields§
§start: usize§len: usize§hash: Hash256Trait Implementations§
Auto Trait Implementations§
impl Freeze for WindowFp
impl RefUnwindSafe for WindowFp
impl Send for WindowFp
impl Sync for WindowFp
impl Unpin for WindowFp
impl UnsafeUnpin for WindowFp
impl UnwindSafe for WindowFp
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