#[repr(C)]pub struct lsqpack_dec_err {
pub type_: lsqpack_dec_err__bindgen_ty_1,
pub line: c_int,
pub off: u64,
pub stream_id: u64,
}Fields§
§type_: lsqpack_dec_err__bindgen_ty_1§line: c_int§off: u64§stream_id: u64Trait Implementations§
Source§impl Debug for lsqpack_dec_err
impl Debug for lsqpack_dec_err
Auto Trait Implementations§
impl Freeze for lsqpack_dec_err
impl RefUnwindSafe for lsqpack_dec_err
impl Send for lsqpack_dec_err
impl Sync for lsqpack_dec_err
impl Unpin for lsqpack_dec_err
impl UnwindSafe for lsqpack_dec_err
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