#[repr(C)]pub struct lsqpack_enc__bindgen_ty_2 {
pub stqh_first: *mut lsqpack_header_info_arr,
pub stqh_last: *mut *mut lsqpack_header_info_arr,
}Fields§
§stqh_first: *mut lsqpack_header_info_arr§stqh_last: *mut *mut lsqpack_header_info_arrTrait Implementations§
Source§impl Debug for lsqpack_enc__bindgen_ty_2
impl Debug for lsqpack_enc__bindgen_ty_2
Auto Trait Implementations§
impl Freeze for lsqpack_enc__bindgen_ty_2
impl RefUnwindSafe for lsqpack_enc__bindgen_ty_2
impl !Send for lsqpack_enc__bindgen_ty_2
impl !Sync for lsqpack_enc__bindgen_ty_2
impl Unpin for lsqpack_enc__bindgen_ty_2
impl UnwindSafe for lsqpack_enc__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