Struct windows_sys::Win32::System::Iis::HSE_EXEC_URL_STATUS
[−]#[repr(C)]pub struct HSE_EXEC_URL_STATUS {
pub uHttpStatusCode: u16,
pub uHttpSubStatus: u16,
pub dwWin32Error: u32,
}
Expand description
Required features: "Win32_System_Iis"
Fields
uHttpStatusCode: u16
uHttpSubStatus: u16
dwWin32Error: u32
Trait Implementations
impl Clone for HSE_EXEC_URL_STATUS
impl Clone for HSE_EXEC_URL_STATUS
impl Copy for HSE_EXEC_URL_STATUS
Auto Trait Implementations
impl RefUnwindSafe for HSE_EXEC_URL_STATUS
impl Send for HSE_EXEC_URL_STATUS
impl Sync for HSE_EXEC_URL_STATUS
impl Unpin for HSE_EXEC_URL_STATUS
impl UnwindSafe for HSE_EXEC_URL_STATUS
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