#[repr(C)]pub struct UA_SessionSecurityDiagnosticsDataType {
pub sessionId: UA_NodeId,
pub clientUserIdOfSession: UA_String,
pub clientUserIdHistorySize: usize,
pub clientUserIdHistory: *mut UA_String,
pub authenticationMechanism: UA_String,
pub encoding: UA_String,
pub transportProtocol: UA_String,
pub securityMode: UA_MessageSecurityMode,
pub securityPolicyUri: UA_String,
pub clientCertificate: UA_ByteString,
}Fields§
§sessionId: UA_NodeId§clientUserIdOfSession: UA_String§clientUserIdHistorySize: usize§clientUserIdHistory: *mut UA_String§authenticationMechanism: UA_String§encoding: UA_String§transportProtocol: UA_String§securityMode: UA_MessageSecurityMode§securityPolicyUri: UA_String§clientCertificate: UA_ByteStringTrait Implementations§
Source§impl Clone for UA_SessionSecurityDiagnosticsDataType
impl Clone for UA_SessionSecurityDiagnosticsDataType
Source§fn clone(&self) -> UA_SessionSecurityDiagnosticsDataType
fn clone(&self) -> UA_SessionSecurityDiagnosticsDataType
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_SessionSecurityDiagnosticsDataType
Auto Trait Implementations§
impl Freeze for UA_SessionSecurityDiagnosticsDataType
impl RefUnwindSafe for UA_SessionSecurityDiagnosticsDataType
impl !Send for UA_SessionSecurityDiagnosticsDataType
impl !Sync for UA_SessionSecurityDiagnosticsDataType
impl Unpin for UA_SessionSecurityDiagnosticsDataType
impl UnwindSafe for UA_SessionSecurityDiagnosticsDataType
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