#[repr(C)]
pub struct WS_SERVICE_ENDPOINT { pub address: WS_ENDPOINT_ADDRESS, pub channelBinding: WS_CHANNEL_BINDING, pub channelType: WS_CHANNEL_TYPE, pub securityDescription: *mut WS_SECURITY_DESCRIPTION, pub contract: *mut WS_SERVICE_CONTRACT, pub authorizationCallback: WS_SERVICE_SECURITY_CALLBACK, pub properties: *mut WS_SERVICE_ENDPOINT_PROPERTY, pub propertyCount: u32, pub channelProperties: WS_CHANNEL_PROPERTIES, }
Expand description

Required features: ‘Win32_Networking_WindowsWebServices’, ‘Win32_Foundation’

Fields

address: WS_ENDPOINT_ADDRESSchannelBinding: WS_CHANNEL_BINDINGchannelType: WS_CHANNEL_TYPEsecurityDescription: *mut WS_SECURITY_DESCRIPTIONcontract: *mut WS_SERVICE_CONTRACTauthorizationCallback: WS_SERVICE_SECURITY_CALLBACKproperties: *mut WS_SERVICE_ENDPOINT_PROPERTYpropertyCount: u32channelProperties: WS_CHANNEL_PROPERTIES

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.