#[repr(C)]pub struct HTTP2_WINDOW_SIZE_PARAM {
pub Http2ReceiveWindowSize: u32,
}
Expand description
Required features: "Win32_Networking_HttpServer"
Fields
Http2ReceiveWindowSize: u32
Trait Implementations
impl Clone for HTTP2_WINDOW_SIZE_PARAM
impl Clone for HTTP2_WINDOW_SIZE_PARAM
impl Copy for HTTP2_WINDOW_SIZE_PARAM
Auto Trait Implementations
impl RefUnwindSafe for HTTP2_WINDOW_SIZE_PARAM
impl Send for HTTP2_WINDOW_SIZE_PARAM
impl Sync for HTTP2_WINDOW_SIZE_PARAM
impl Unpin for HTTP2_WINDOW_SIZE_PARAM
impl UnwindSafe for HTTP2_WINDOW_SIZE_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