#[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,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more