#[repr(C)]pub struct lsqpack_dec_table_entry {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Debug for lsqpack_dec_table_entry
impl Debug for lsqpack_dec_table_entry
Source§impl Default for lsqpack_dec_table_entry
impl Default for lsqpack_dec_table_entry
Source§fn default() -> lsqpack_dec_table_entry
fn default() -> lsqpack_dec_table_entry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for lsqpack_dec_table_entry
impl RefUnwindSafe for lsqpack_dec_table_entry
impl Send for lsqpack_dec_table_entry
impl Sync for lsqpack_dec_table_entry
impl Unpin for lsqpack_dec_table_entry
impl UnwindSafe for lsqpack_dec_table_entry
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