#[repr(C)]pub struct WS_SERVICE_ENDPOINT {
pub address: WS_ENDPOINT_ADDRESS,
pub channelBinding: WS_CHANNEL_BINDING,
pub channelType: WS_CHANNEL_TYPE,
pub securityDescription: *const WS_SECURITY_DESCRIPTION,
pub contract: *const WS_SERVICE_CONTRACT,
pub authorizationCallback: WS_SERVICE_SECURITY_CALLBACK,
pub properties: *const WS_SERVICE_ENDPOINT_PROPERTY,
pub propertyCount: u32,
pub channelProperties: WS_CHANNEL_PROPERTIES,
}
Fields§
§address: WS_ENDPOINT_ADDRESS
§channelBinding: WS_CHANNEL_BINDING
§channelType: WS_CHANNEL_TYPE
§securityDescription: *const WS_SECURITY_DESCRIPTION
§contract: *const WS_SERVICE_CONTRACT
§properties: *const WS_SERVICE_ENDPOINT_PROPERTY
§propertyCount: u32
§channelProperties: WS_CHANNEL_PROPERTIES
Trait Implementations§
§impl Clone for WS_SERVICE_ENDPOINT
impl Clone for WS_SERVICE_ENDPOINT
§fn clone(&self) -> WS_SERVICE_ENDPOINT
fn clone(&self) -> WS_SERVICE_ENDPOINT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for WS_SERVICE_ENDPOINT
Auto Trait Implementations§
impl Freeze for WS_SERVICE_ENDPOINT
impl RefUnwindSafe for WS_SERVICE_ENDPOINT
impl !Send for WS_SERVICE_ENDPOINT
impl !Sync for WS_SERVICE_ENDPOINT
impl Unpin for WS_SERVICE_ENDPOINT
impl UnwindSafe for WS_SERVICE_ENDPOINT
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)