#[repr(C)]pub struct WSDXML_PREFIX_MAPPING {
pub Refs: u32,
pub Next: *mut WSDXML_PREFIX_MAPPING,
pub Space: *mut WSDXML_NAMESPACE,
pub Prefix: PWSTR,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields
Refs: u32
Next: *mut WSDXML_PREFIX_MAPPING
Space: *mut WSDXML_NAMESPACE
Prefix: PWSTR
Trait Implementations
impl Clone for WSDXML_PREFIX_MAPPING
impl Clone for WSDXML_PREFIX_MAPPING
impl Copy for WSDXML_PREFIX_MAPPING
Auto Trait Implementations
impl RefUnwindSafe for WSDXML_PREFIX_MAPPING
impl !Send for WSDXML_PREFIX_MAPPING
impl !Sync for WSDXML_PREFIX_MAPPING
impl Unpin for WSDXML_PREFIX_MAPPING
impl UnwindSafe for WSDXML_PREFIX_MAPPING
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