Struct windows_sys::Win32::System::Iis::CONFIGURATION_ENTRY
#[repr(C)]pub struct CONFIGURATION_ENTRY {
pub bstrKey: BSTR,
pub bstrValue: BSTR,
}Fields§
§bstrKey: BSTR§bstrValue: BSTRTrait 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§
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