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