#[repr(C)]pub struct HTTP_REQUEST_SIZING_INFO {
pub Flags: u64,
pub RequestIndex: u32,
pub RequestSizingCount: u32,
pub RequestSizing: [u64; 5],
}
Expand description
Required features: "Win32_Networking_HttpServer"
Fields
Flags: u64
RequestIndex: u32
RequestSizingCount: u32
RequestSizing: [u64; 5]
Trait Implementations
impl Clone for HTTP_REQUEST_SIZING_INFO
impl Clone for HTTP_REQUEST_SIZING_INFO
impl Copy for HTTP_REQUEST_SIZING_INFO
Auto Trait Implementations
impl RefUnwindSafe for HTTP_REQUEST_SIZING_INFO
impl Send for HTTP_REQUEST_SIZING_INFO
impl Sync for HTTP_REQUEST_SIZING_INFO
impl Unpin for HTTP_REQUEST_SIZING_INFO
impl UnwindSafe for HTTP_REQUEST_SIZING_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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