#[repr(C)]pub struct CompressConfigHeatshrink {
pub window_sz2: u16,
pub lookahead_sz2: u16,
pub input_buffer_sz: u16,
}Expand description
Configuration for heatshrink compression
Fields§
§window_sz2: u16§lookahead_sz2: u16§input_buffer_sz: u16Trait Implementations§
Source§impl Clone for CompressConfigHeatshrink
impl Clone for CompressConfigHeatshrink
Source§fn clone(&self) -> CompressConfigHeatshrink
fn clone(&self) -> CompressConfigHeatshrink
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 moreSource§impl Debug for CompressConfigHeatshrink
impl Debug for CompressConfigHeatshrink
impl Copy for CompressConfigHeatshrink
Auto Trait Implementations§
impl Freeze for CompressConfigHeatshrink
impl RefUnwindSafe for CompressConfigHeatshrink
impl Send for CompressConfigHeatshrink
impl Sync for CompressConfigHeatshrink
impl Unpin for CompressConfigHeatshrink
impl UnwindSafe for CompressConfigHeatshrink
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