Struct windows_sys::Win32::System::Iis::HSE_CUSTOM_ERROR_INFO
[−]#[repr(C)]pub struct HSE_CUSTOM_ERROR_INFO {
pub pszStatus: PSTR,
pub uHttpSubError: u16,
pub fAsync: BOOL,
}
Expand description
Required features: "Win32_System_Iis"
, "Win32_Foundation"
Fields
pszStatus: PSTR
uHttpSubError: u16
fAsync: BOOL
Trait Implementations
impl Clone for HSE_CUSTOM_ERROR_INFO
impl Clone for HSE_CUSTOM_ERROR_INFO
impl Copy for HSE_CUSTOM_ERROR_INFO
Auto Trait Implementations
impl RefUnwindSafe for HSE_CUSTOM_ERROR_INFO
impl !Send for HSE_CUSTOM_ERROR_INFO
impl !Sync for HSE_CUSTOM_ERROR_INFO
impl Unpin for HSE_CUSTOM_ERROR_INFO
impl UnwindSafe for HSE_CUSTOM_ERROR_INFO
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