Struct windows_sys::Win32::System::Iis::CONFIGURATION_ENTRY
[−]Expand description
Required features: "Win32_System_Iis"
Fields
bstrKey: BSTR
bstrValue: BSTR
Trait Implementations
impl Clone for CONFIGURATION_ENTRY
impl Clone for CONFIGURATION_ENTRY
impl Copy for CONFIGURATION_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for CONFIGURATION_ENTRY
impl !Send for CONFIGURATION_ENTRY
impl !Sync for CONFIGURATION_ENTRY
impl Unpin for CONFIGURATION_ENTRY
impl UnwindSafe for CONFIGURATION_ENTRY
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