#[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_STRINGheaders: *mut WS_XML_BUFFERextensions: *mut WS_XML_BUFFERidentity: *mut WS_ENDPOINT_IDENTITYTrait 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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more