#[repr(C)]pub struct WS_ENDPOINT_ADDRESS {
pub url: WS_STRING,
pub headers: *mut WS_XML_BUFFER,
pub extensions: *mut WS_XML_BUFFER,
pub identity: *mut WS_ENDPOINT_IDENTITY,
}
Expand description
Required features: ‘Win32_Networking_WindowsWebServices’
Fields
url: WS_STRING
headers: *mut WS_XML_BUFFER
extensions: *mut WS_XML_BUFFER
identity: *mut WS_ENDPOINT_IDENTITY
Trait Implementations
impl Clone for WS_ENDPOINT_ADDRESS
impl Clone for WS_ENDPOINT_ADDRESS
impl Copy for WS_ENDPOINT_ADDRESS
Auto Trait Implementations
impl RefUnwindSafe for WS_ENDPOINT_ADDRESS
impl !Send for WS_ENDPOINT_ADDRESS
impl !Sync for WS_ENDPOINT_ADDRESS
impl Unpin for WS_ENDPOINT_ADDRESS
impl UnwindSafe for WS_ENDPOINT_ADDRESS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more