#[repr(C)]pub struct HTTP2_SETTINGS_LIMITS_PARAM {
pub Http2MaxSettingsPerFrame: u32,
pub Http2MaxSettingsPerMinute: u32,
}
Expand description
Required features: "Win32_Networking_HttpServer"
Fields
Http2MaxSettingsPerFrame: u32
Http2MaxSettingsPerMinute: u32
Trait 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
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