Struct brotli::enc::brotli_bit_stream::BlockTypeCodeCalculator
source · pub struct BlockTypeCodeCalculator {
pub last_type: usize,
pub second_last_type: usize,
}
Fields§
§last_type: usize
§second_last_type: usize
Implementations§
Trait Implementations§
source§impl Clone for BlockTypeCodeCalculator
impl Clone for BlockTypeCodeCalculator
source§fn clone(&self) -> BlockTypeCodeCalculator
fn clone(&self) -> BlockTypeCodeCalculator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for BlockTypeCodeCalculator
Auto Trait Implementations§
impl Freeze for BlockTypeCodeCalculator
impl RefUnwindSafe for BlockTypeCodeCalculator
impl Send for BlockTypeCodeCalculator
impl Sync for BlockTypeCodeCalculator
impl Unpin for BlockTypeCodeCalculator
impl UnwindSafe for BlockTypeCodeCalculator
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