Struct windows_sys::Win32::System::Iis::HSE_VERSION_INFO
[−]#[repr(C)]pub struct HSE_VERSION_INFO {
pub dwExtensionVersion: u32,
pub lpszExtensionDesc: [CHAR; 256],
}
Expand description
Required features: "Win32_System_Iis"
, "Win32_Foundation"
Fields
dwExtensionVersion: u32
lpszExtensionDesc: [CHAR; 256]
Trait Implementations
impl Clone for HSE_VERSION_INFO
impl Clone for HSE_VERSION_INFO
impl Copy for HSE_VERSION_INFO
Auto Trait Implementations
impl RefUnwindSafe for HSE_VERSION_INFO
impl Send for HSE_VERSION_INFO
impl Sync for HSE_VERSION_INFO
impl Unpin for HSE_VERSION_INFO
impl UnwindSafe for HSE_VERSION_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