Struct libnghttp2_sys::nghttp2_hd_inflater
source · [−]#[repr(C)]pub struct nghttp2_hd_inflater { /* private fields */ }
Trait Implementations
sourceimpl Clone for nghttp2_hd_inflater
impl Clone for nghttp2_hd_inflater
sourcefn clone(&self) -> nghttp2_hd_inflater
fn clone(&self) -> nghttp2_hd_inflater
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for nghttp2_hd_inflater
impl Debug for nghttp2_hd_inflater
impl Copy for nghttp2_hd_inflater
Auto Trait Implementations
impl RefUnwindSafe for nghttp2_hd_inflater
impl Send for nghttp2_hd_inflater
impl Sync for nghttp2_hd_inflater
impl Unpin for nghttp2_hd_inflater
impl UnwindSafe for nghttp2_hd_inflater
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more