#[repr(C)]pub struct WS_XML_ELEMENT_NODE {
pub node: WS_XML_NODE,
pub prefix: *mut WS_XML_STRING,
pub localName: *mut WS_XML_STRING,
pub ns: *mut WS_XML_STRING,
pub attributeCount: u32,
pub attributes: *mut *mut WS_XML_ATTRIBUTE,
pub isEmpty: BOOL,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§node: WS_XML_NODE
§prefix: *mut WS_XML_STRING
§localName: *mut WS_XML_STRING
§ns: *mut WS_XML_STRING
§attributeCount: u32
§attributes: *mut *mut WS_XML_ATTRIBUTE
§isEmpty: BOOL
Trait Implementations§
§impl Clone for WS_XML_ELEMENT_NODE
impl Clone for WS_XML_ELEMENT_NODE
impl Copy for WS_XML_ELEMENT_NODE
Auto Trait Implementations§
impl RefUnwindSafe for WS_XML_ELEMENT_NODE
impl !Send for WS_XML_ELEMENT_NODE
impl !Sync for WS_XML_ELEMENT_NODE
impl Unpin for WS_XML_ELEMENT_NODE
impl UnwindSafe for WS_XML_ELEMENT_NODE
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