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