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