Struct windows_sys::Win32::System::Iis::HSE_URL_MAPEX_INFO
[−]#[repr(C)]pub struct HSE_URL_MAPEX_INFO {
pub lpszPath: [CHAR; 260],
pub dwFlags: u32,
pub cchMatchingPath: u32,
pub cchMatchingURL: u32,
pub dwReserved1: u32,
pub dwReserved2: u32,
}
Expand description
Required features: "Win32_System_Iis"
, "Win32_Foundation"
Fields
lpszPath: [CHAR; 260]
dwFlags: u32
cchMatchingPath: u32
cchMatchingURL: u32
dwReserved1: u32
dwReserved2: u32
Trait Implementations
impl Clone for HSE_URL_MAPEX_INFO
impl Clone for HSE_URL_MAPEX_INFO
impl Copy for HSE_URL_MAPEX_INFO
Auto Trait Implementations
impl RefUnwindSafe for HSE_URL_MAPEX_INFO
impl Send for HSE_URL_MAPEX_INFO
impl Sync for HSE_URL_MAPEX_INFO
impl Unpin for HSE_URL_MAPEX_INFO
impl UnwindSafe for HSE_URL_MAPEX_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