#[repr(C)]pub struct lsqpack_dec__bindgen_ty_3 {
pub resume: c_int,
pub ctx_u: lsqpack_dec__bindgen_ty_3__bindgen_ty_1,
}Fields§
§resume: c_int§ctx_u: lsqpack_dec__bindgen_ty_3__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for lsqpack_dec__bindgen_ty_3
impl RefUnwindSafe for lsqpack_dec__bindgen_ty_3
impl !Send for lsqpack_dec__bindgen_ty_3
impl !Sync for lsqpack_dec__bindgen_ty_3
impl Unpin for lsqpack_dec__bindgen_ty_3
impl UnwindSafe for lsqpack_dec__bindgen_ty_3
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