#[repr(C)]pub struct lsqpack_enc {Show 30 fields
pub qpe_ins_count: lsqpack_abs_id_t,
pub qpe_max_acked_id: lsqpack_abs_id_t,
pub qpe_last_ici: lsqpack_abs_id_t,
pub qpe_flags: lsqpack_enc__bindgen_ty_1,
pub qpe_cur_bytes_used: c_uint,
pub qpe_cur_max_capacity: c_uint,
pub qpe_real_max_capacity: c_uint,
pub qpe_max_entries: c_uint,
pub qpe_dropped: c_uint,
pub qpe_max_risked_streams: c_uint,
pub qpe_cur_streams_at_risk: c_uint,
pub qpe_hinfo_arrs_count: c_uint,
pub qpe_nelem: c_uint,
pub qpe_nbits: c_uint,
pub qpe_all_entries: lsqpack_enc_head,
pub qpe_buckets: *mut lsqpack_double_enc_head,
pub qpe_hinfo_arrs: lsqpack_enc__bindgen_ty_2,
pub qpe_all_hinfos: lsqpack_enc__bindgen_ty_3,
pub qpe_risked_hinfos: lsqpack_enc__bindgen_ty_4,
pub qpe_cur_header: lsqpack_enc__bindgen_ty_5,
pub qpe_dec_stream_state: lsqpack_enc__bindgen_ty_6,
pub qpe_bytes_in: c_uint,
pub qpe_bytes_out: c_uint,
pub qpe_logger_ctx: *mut c_void,
pub qpe_table_nelem_ema: f32,
pub qpe_header_count_ema: f32,
pub qpe_hist_els: *mut lsqpack_hist_el,
pub qpe_hist_idx: c_uint,
pub qpe_hist_nels: c_uint,
pub qpe_hist_wrapped: c_int,
}Fields§
§qpe_ins_count: lsqpack_abs_id_t§qpe_max_acked_id: lsqpack_abs_id_t§qpe_last_ici: lsqpack_abs_id_t§qpe_flags: lsqpack_enc__bindgen_ty_1§qpe_cur_bytes_used: c_uint§qpe_cur_max_capacity: c_uint§qpe_real_max_capacity: c_uint§qpe_max_entries: c_uint§qpe_dropped: c_uint§qpe_max_risked_streams: c_uint§qpe_cur_streams_at_risk: c_uint§qpe_hinfo_arrs_count: c_uint§qpe_nelem: c_uint§qpe_nbits: c_uint§qpe_all_entries: lsqpack_enc_head§qpe_buckets: *mut lsqpack_double_enc_head§qpe_hinfo_arrs: lsqpack_enc__bindgen_ty_2§qpe_all_hinfos: lsqpack_enc__bindgen_ty_3§qpe_risked_hinfos: lsqpack_enc__bindgen_ty_4§qpe_cur_header: lsqpack_enc__bindgen_ty_5§qpe_dec_stream_state: lsqpack_enc__bindgen_ty_6§qpe_bytes_in: c_uint§qpe_bytes_out: c_uint§qpe_logger_ctx: *mut c_void§qpe_table_nelem_ema: f32§qpe_header_count_ema: f32§qpe_hist_els: *mut lsqpack_hist_el§qpe_hist_idx: c_uint§qpe_hist_nels: c_uint§qpe_hist_wrapped: c_intTrait Implementations§
Source§impl Debug for lsqpack_enc
impl Debug for lsqpack_enc
Auto Trait Implementations§
impl Freeze for lsqpack_enc
impl RefUnwindSafe for lsqpack_enc
impl !Send for lsqpack_enc
impl !Sync for lsqpack_enc
impl Unpin for lsqpack_enc
impl UnwindSafe for lsqpack_enc
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