pub struct DeflateReadState { /* private fields */ }
Expand description
deflate frame read state
Implementations§
Source§impl DeflateReadState
impl DeflateReadState
Sourcepub fn with_config(
frame_config: FrameConfig,
pmd_config: Option<PMDConfig>,
is_server: bool,
) -> Self
pub fn with_config( frame_config: FrameConfig, pmd_config: Option<PMDConfig>, is_server: bool, ) -> Self
construct with config
Auto Trait Implementations§
impl Freeze for DeflateReadState
impl RefUnwindSafe for DeflateReadState
impl Send for DeflateReadState
impl Sync for DeflateReadState
impl Unpin for DeflateReadState
impl UnwindSafe for DeflateReadState
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