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