Struct ws_tool::codec::FrameConfig [−][src]
pub struct FrameConfig {
pub check_rsv: bool,
pub mask: bool,
pub max_frame_payload_size: usize,
pub auto_fragment_size: usize,
pub merge_frame: bool,
}Fields
check_rsv: boolmask: boolmax_frame_payload_size: usizeauto_fragment_size: usizemerge_frame: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FrameConfig
impl Send for FrameConfig
impl Sync for FrameConfig
impl Unpin for FrameConfig
impl UnwindSafe for FrameConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more