#[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§
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