#[repr(C)]pub struct UA_OpenSecureChannelResponse {
pub responseHeader: UA_ResponseHeader,
pub serverProtocolVersion: UA_UInt32,
pub securityToken: UA_ChannelSecurityToken,
pub serverNonce: UA_ByteString,
}Fields§
§responseHeader: UA_ResponseHeader§serverProtocolVersion: UA_UInt32§securityToken: UA_ChannelSecurityToken§serverNonce: UA_ByteStringTrait Implementations§
Source§impl Clone for UA_OpenSecureChannelResponse
impl Clone for UA_OpenSecureChannelResponse
Source§fn clone(&self) -> UA_OpenSecureChannelResponse
fn clone(&self) -> UA_OpenSecureChannelResponse
Returns a duplicate 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 UA_OpenSecureChannelResponse
Auto Trait Implementations§
impl Freeze for UA_OpenSecureChannelResponse
impl RefUnwindSafe for UA_OpenSecureChannelResponse
impl !Send for UA_OpenSecureChannelResponse
impl !Sync for UA_OpenSecureChannelResponse
impl Unpin for UA_OpenSecureChannelResponse
impl UnwindSafe for UA_OpenSecureChannelResponse
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