Struct windows_sys::Win32::Devices::WebServicesOnDevices::WSDXML_NODE
[−]#[repr(C)]pub struct WSDXML_NODE {
pub Type: i32,
pub Parent: *mut WSDXML_ELEMENT,
pub Next: *mut WSDXML_NODE,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields
Type: i32
Parent: *mut WSDXML_ELEMENT
Next: *mut WSDXML_NODE
Implementations
impl WSDXML_NODE
impl WSDXML_NODE
pub const ElementType: i32 = 0i32
pub const TextType: i32 = 1i32
Trait Implementations
impl Clone for WSDXML_NODE
impl Clone for WSDXML_NODE
impl Copy for WSDXML_NODE
Auto Trait Implementations
impl RefUnwindSafe for WSDXML_NODE
impl !Send for WSDXML_NODE
impl !Sync for WSDXML_NODE
impl Unpin for WSDXML_NODE
impl UnwindSafe for WSDXML_NODE
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