#[repr(C)]pub struct WS_XML_DICTIONARY {
pub guid: GUID,
pub strings: *mut WS_XML_STRING,
pub stringCount: u32,
pub isConst: BOOL,
}Expand description
Required features: "Win32_Networking_WindowsWebServices", "Win32_Foundation"
Fields
guid: GUIDstrings: *mut WS_XML_STRINGstringCount: u32isConst: BOOLTrait Implementations
impl Clone for WS_XML_DICTIONARY
impl Clone for WS_XML_DICTIONARY
impl Copy for WS_XML_DICTIONARY
Auto Trait Implementations
impl RefUnwindSafe for WS_XML_DICTIONARY
impl !Send for WS_XML_DICTIONARY
impl !Sync for WS_XML_DICTIONARY
impl Unpin for WS_XML_DICTIONARY
impl UnwindSafe for WS_XML_DICTIONARY
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