useopen62541_sys::UA_SecureChannelState;/// Wrapper for secure channel state from [`open62541_sys`].
pubstructSecureChannelState(UA_SecureChannelState);implSecureChannelState{/// Creates wrapper initialized with defaults.
#[must_use]pub(crate)constfninit()->Self{Self(UA_SecureChannelState::UA_SECURECHANNELSTATE_FRESH)}/// Returns mutable pointer to value.
#[must_use]pub(crate)fnas_mut_ptr(&mutself)->*mut UA_SecureChannelState{&mutself.0}}