#[repr(C)]pub struct lsqpack_dec {Show 19 fields
pub qpd_opts: lsqpack_dec_opts,
pub qpd_max_capacity: c_uint,
pub qpd_cur_max_capacity: c_uint,
pub qpd_cur_capacity: c_uint,
pub qpd_max_risked_streams: c_uint,
pub qpd_max_entries: c_uint,
pub qpd_bytes_in: c_uint,
pub qpd_bytes_out: c_uint,
pub qpd_last_id: lsqpack_abs_id_t,
pub qpd_largest_known_id: lsqpack_abs_id_t,
pub qpd_dh_if: *const lsqpack_dec_hset_if,
pub qpd_logger_ctx: *mut c_void,
pub qpd_dyn_table: lsqpack_ringbuf,
pub qpd_hbrcs: lsqpack_dec__bindgen_ty_1,
pub qpd_blocked_headers: [lsqpack_dec__bindgen_ty_2; 8],
pub qpd_n_blocked: c_uint,
pub qpd_hlist_size_ema: f32,
pub qpd_enc_state: lsqpack_dec__bindgen_ty_3,
pub qpd_err: lsqpack_dec_err,
}Fields§
§qpd_opts: lsqpack_dec_opts§qpd_max_capacity: c_uint§qpd_cur_max_capacity: c_uint§qpd_cur_capacity: c_uint§qpd_max_risked_streams: c_uint§qpd_max_entries: c_uint§qpd_bytes_in: c_uint§qpd_bytes_out: c_uint§qpd_last_id: lsqpack_abs_id_t§qpd_largest_known_id: lsqpack_abs_id_t§qpd_dh_if: *const lsqpack_dec_hset_if§qpd_logger_ctx: *mut c_void§qpd_dyn_table: lsqpack_ringbuf§qpd_hbrcs: lsqpack_dec__bindgen_ty_1§qpd_blocked_headers: [lsqpack_dec__bindgen_ty_2; 8]§qpd_n_blocked: c_uint§qpd_hlist_size_ema: f32§qpd_enc_state: lsqpack_dec__bindgen_ty_3§qpd_err: lsqpack_dec_errTrait Implementations§
Auto Trait Implementations§
impl Freeze for lsqpack_dec
impl RefUnwindSafe for lsqpack_dec
impl !Send for lsqpack_dec
impl !Sync for lsqpack_dec
impl Unpin for lsqpack_dec
impl UnwindSafe for lsqpack_dec
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