#[repr(C)]pub struct HTTP2_SETTINGS_LIMITS_PARAM {
pub Http2MaxSettingsPerFrame: u32,
pub Http2MaxSettingsPerMinute: u32,
}Fields§
§Http2MaxSettingsPerFrame: u32§Http2MaxSettingsPerMinute: u32Trait Implementations§
§impl Clone for HTTP2_SETTINGS_LIMITS_PARAM
impl Clone for HTTP2_SETTINGS_LIMITS_PARAM
impl Copy for HTTP2_SETTINGS_LIMITS_PARAM
Auto Trait Implementations§
impl RefUnwindSafe for HTTP2_SETTINGS_LIMITS_PARAM
impl Send for HTTP2_SETTINGS_LIMITS_PARAM
impl Sync for HTTP2_SETTINGS_LIMITS_PARAM
impl Unpin for HTTP2_SETTINGS_LIMITS_PARAM
impl UnwindSafe for HTTP2_SETTINGS_LIMITS_PARAM
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