#[repr(C)]pub struct lsqpack_dec__bindgen_ty_2 {
pub tqh_first: *mut header_block_read_ctx,
pub tqh_last: *mut *mut header_block_read_ctx,
}Fields§
§tqh_first: *mut header_block_read_ctx§tqh_last: *mut *mut header_block_read_ctxTrait Implementations§
Source§impl Debug for lsqpack_dec__bindgen_ty_2
impl Debug for lsqpack_dec__bindgen_ty_2
Auto Trait Implementations§
impl Freeze for lsqpack_dec__bindgen_ty_2
impl RefUnwindSafe for lsqpack_dec__bindgen_ty_2
impl !Send for lsqpack_dec__bindgen_ty_2
impl !Sync for lsqpack_dec__bindgen_ty_2
impl Unpin for lsqpack_dec__bindgen_ty_2
impl UnwindSafe for lsqpack_dec__bindgen_ty_2
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