Struct windows_sys::Win32::Devices::WebServicesOnDevices::WSDXML_ELEMENT
[−]#[repr(C)]pub struct WSDXML_ELEMENT {
pub Node: WSDXML_NODE,
pub Name: *mut WSDXML_NAME,
pub FirstAttribute: *mut WSDXML_ATTRIBUTE,
pub FirstChild: *mut WSDXML_NODE,
pub PrefixMappings: *mut WSDXML_PREFIX_MAPPING,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields
Node: WSDXML_NODE
Name: *mut WSDXML_NAME
FirstAttribute: *mut WSDXML_ATTRIBUTE
FirstChild: *mut WSDXML_NODE
PrefixMappings: *mut WSDXML_PREFIX_MAPPING
Trait Implementations
impl Clone for WSDXML_ELEMENT
impl Clone for WSDXML_ELEMENT
impl Copy for WSDXML_ELEMENT
Auto Trait Implementations
impl RefUnwindSafe for WSDXML_ELEMENT
impl !Send for WSDXML_ELEMENT
impl !Sync for WSDXML_ELEMENT
impl Unpin for WSDXML_ELEMENT
impl UnwindSafe for WSDXML_ELEMENT
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