#[repr(C)]pub struct UA_OpenSecureChannelRequest {
pub requestHeader: UA_RequestHeader,
pub clientProtocolVersion: UA_UInt32,
pub requestType: UA_SecurityTokenRequestType,
pub securityMode: UA_MessageSecurityMode,
pub clientNonce: UA_ByteString,
pub requestedLifetime: UA_UInt32,
}Fields§
§requestHeader: UA_RequestHeader§clientProtocolVersion: UA_UInt32§requestType: UA_SecurityTokenRequestType§securityMode: UA_MessageSecurityMode§clientNonce: UA_ByteString§requestedLifetime: UA_UInt32Trait Implementations§
Source§impl Clone for UA_OpenSecureChannelRequest
impl Clone for UA_OpenSecureChannelRequest
Source§fn clone(&self) -> UA_OpenSecureChannelRequest
fn clone(&self) -> UA_OpenSecureChannelRequest
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_OpenSecureChannelRequest
Auto Trait Implementations§
impl Freeze for UA_OpenSecureChannelRequest
impl RefUnwindSafe for UA_OpenSecureChannelRequest
impl !Send for UA_OpenSecureChannelRequest
impl !Sync for UA_OpenSecureChannelRequest
impl Unpin for UA_OpenSecureChannelRequest
impl UnwindSafe for UA_OpenSecureChannelRequest
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