#[repr(C)]pub struct WS_METADATA_ENDPOINT {
pub endpointAddress: WS_ENDPOINT_ADDRESS,
pub endpointPolicy: *mut WS_POLICY,
pub portName: *mut WS_XML_STRING,
pub serviceName: *mut WS_XML_STRING,
pub serviceNs: *mut WS_XML_STRING,
pub bindingName: *mut WS_XML_STRING,
pub bindingNs: *mut WS_XML_STRING,
pub portTypeName: *mut WS_XML_STRING,
pub portTypeNs: *mut WS_XML_STRING,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
, "Win32_Foundation"
Fields
endpointAddress: WS_ENDPOINT_ADDRESS
endpointPolicy: *mut WS_POLICY
portName: *mut WS_XML_STRING
serviceName: *mut WS_XML_STRING
serviceNs: *mut WS_XML_STRING
bindingName: *mut WS_XML_STRING
bindingNs: *mut WS_XML_STRING
portTypeName: *mut WS_XML_STRING
portTypeNs: *mut WS_XML_STRING
Trait Implementations
impl Clone for WS_METADATA_ENDPOINT
impl Clone for WS_METADATA_ENDPOINT
impl Copy for WS_METADATA_ENDPOINT
Auto Trait Implementations
impl RefUnwindSafe for WS_METADATA_ENDPOINT
impl !Send for WS_METADATA_ENDPOINT
impl !Sync for WS_METADATA_ENDPOINT
impl Unpin for WS_METADATA_ENDPOINT
impl UnwindSafe for WS_METADATA_ENDPOINT
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