#[repr(C)]pub struct nghttp2_rcbuf { /* private fields */ }
Trait Implementations§
Source§impl Clone for nghttp2_rcbuf
impl Clone for nghttp2_rcbuf
Source§fn clone(&self) -> nghttp2_rcbuf
fn clone(&self) -> nghttp2_rcbuf
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for nghttp2_rcbuf
impl Debug for nghttp2_rcbuf
impl Copy for nghttp2_rcbuf
Auto Trait Implementations§
impl Freeze for nghttp2_rcbuf
impl RefUnwindSafe for nghttp2_rcbuf
impl Send for nghttp2_rcbuf
impl Sync for nghttp2_rcbuf
impl Unpin for nghttp2_rcbuf
impl UnwindSafe for nghttp2_rcbuf
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