#[repr(C)]pub struct UA_EndpointType {
pub endpointUrl: UA_String,
pub securityMode: UA_MessageSecurityMode,
pub securityPolicyUri: UA_String,
pub transportProfileUri: UA_String,
}Fields§
§endpointUrl: UA_String§securityMode: UA_MessageSecurityMode§securityPolicyUri: UA_String§transportProfileUri: UA_StringTrait Implementations§
Source§impl Debug for UA_EndpointType
impl Debug for UA_EndpointType
Auto Trait Implementations§
impl Freeze for UA_EndpointType
impl RefUnwindSafe for UA_EndpointType
impl !Send for UA_EndpointType
impl !Sync for UA_EndpointType
impl Unpin for UA_EndpointType
impl UnwindSafe for UA_EndpointType
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