Struct ws_tool::codec::DeflateReadState
source · 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 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