Struct windows_sys::Win32::System::Iis::HSE_URL_MAPEX_INFO
#[repr(C)]pub struct HSE_URL_MAPEX_INFO {
pub lpszPath: [u8; 260],
pub dwFlags: u32,
pub cchMatchingPath: u32,
pub cchMatchingURL: u32,
pub dwReserved1: u32,
pub dwReserved2: u32,
}Fields§
§lpszPath: [u8; 260]§dwFlags: u32§cchMatchingPath: u32§cchMatchingURL: u32§dwReserved1: u32§dwReserved2: u32Trait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more