Struct libnghttp2_sys::nghttp2_settings_entry
source · [−]Expand description
@struct
The SETTINGS ID/Value pair. It has the following members:
Fields
settings_id: i32
The SETTINGS ID. See :type:nghttp2_settings_id
.
value: u32
The value of this entry.
Trait Implementations
sourceimpl Clone for nghttp2_settings_entry
impl Clone for nghttp2_settings_entry
sourcefn clone(&self) -> nghttp2_settings_entry
fn clone(&self) -> nghttp2_settings_entry
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_settings_entry
impl Debug for nghttp2_settings_entry
impl Copy for nghttp2_settings_entry
Auto Trait Implementations
impl RefUnwindSafe for nghttp2_settings_entry
impl Send for nghttp2_settings_entry
impl Sync for nghttp2_settings_entry
impl Unpin for nghttp2_settings_entry
impl UnwindSafe for nghttp2_settings_entry
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