Struct brotli::enc::backward_references::Struct1
source · pub struct Struct1 {
pub params: BrotliHasherParams,
pub is_prepared_: i32,
pub dict_num_lookups: usize,
pub dict_num_matches: usize,
}
Fields§
§params: BrotliHasherParams
§is_prepared_: i32
§dict_num_lookups: usize
§dict_num_matches: usize
Trait Implementations§
source§impl PartialEq for Struct1
impl PartialEq for Struct1
impl StructuralPartialEq for Struct1
Auto Trait Implementations§
impl Freeze for Struct1
impl RefUnwindSafe for Struct1
impl Send for Struct1
impl Sync for Struct1
impl Unpin for Struct1
impl UnwindSafe for Struct1
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)