Struct windows::Win32::System::Iis::CONFIGURATION_ENTRY
#[repr(C)]pub struct CONFIGURATION_ENTRY {
pub bstrKey: ManuallyDrop<BSTR>,
pub bstrValue: ManuallyDrop<BSTR>,
}
Fields§
§bstrKey: ManuallyDrop<BSTR>
§bstrValue: ManuallyDrop<BSTR>
Trait Implementations§
§impl Clone for CONFIGURATION_ENTRY
impl Clone for CONFIGURATION_ENTRY
§impl Debug for CONFIGURATION_ENTRY
impl Debug for CONFIGURATION_ENTRY
§impl Default for CONFIGURATION_ENTRY
impl Default for CONFIGURATION_ENTRY
§impl PartialEq for CONFIGURATION_ENTRY
impl PartialEq for CONFIGURATION_ENTRY
§fn eq(&self, other: &CONFIGURATION_ENTRY) -> bool
fn eq(&self, other: &CONFIGURATION_ENTRY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CONFIGURATION_ENTRY
impl StructuralPartialEq for CONFIGURATION_ENTRY
Auto Trait Implementations§
impl Freeze for CONFIGURATION_ENTRY
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)