Struct open62541_sys::UA_SecureChannelState
source · #[repr(transparent)]pub struct UA_SecureChannelState(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl UA_SecureChannelState
impl UA_SecureChannelState
pub const UA_SECURECHANNELSTATE_CLOSED: UA_SecureChannelState = _
source§impl UA_SecureChannelState
impl UA_SecureChannelState
pub const UA_SECURECHANNELSTATE_CONNECTING: UA_SecureChannelState = _
source§impl UA_SecureChannelState
impl UA_SecureChannelState
pub const UA_SECURECHANNELSTATE_CONNECTED: UA_SecureChannelState = _
source§impl UA_SecureChannelState
impl UA_SecureChannelState
pub const UA_SECURECHANNELSTATE_RHE_SENT: UA_SecureChannelState = _
source§impl UA_SecureChannelState
impl UA_SecureChannelState
pub const UA_SECURECHANNELSTATE_HEL_SENT: UA_SecureChannelState = _
source§impl UA_SecureChannelState
impl UA_SecureChannelState
pub const UA_SECURECHANNELSTATE_HEL_RECEIVED: UA_SecureChannelState = _
source§impl UA_SecureChannelState
impl UA_SecureChannelState
pub const UA_SECURECHANNELSTATE_ACK_SENT: UA_SecureChannelState = _
source§impl UA_SecureChannelState
impl UA_SecureChannelState
pub const UA_SECURECHANNELSTATE_ACK_RECEIVED: UA_SecureChannelState = _
source§impl UA_SecureChannelState
impl UA_SecureChannelState
pub const UA_SECURECHANNELSTATE_OPN_SENT: UA_SecureChannelState = _
source§impl UA_SecureChannelState
impl UA_SecureChannelState
pub const UA_SECURECHANNELSTATE_OPEN: UA_SecureChannelState = _
source§impl UA_SecureChannelState
impl UA_SecureChannelState
pub const UA_SECURECHANNELSTATE_CLOSING: UA_SecureChannelState = _
Trait Implementations§
source§impl Clone for UA_SecureChannelState
impl Clone for UA_SecureChannelState
source§fn clone(&self) -> UA_SecureChannelState
fn clone(&self) -> UA_SecureChannelState
Returns a copy 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 moresource§impl Debug for UA_SecureChannelState
impl Debug for UA_SecureChannelState
source§impl Hash for UA_SecureChannelState
impl Hash for UA_SecureChannelState
source§impl PartialEq for UA_SecureChannelState
impl PartialEq for UA_SecureChannelState
impl Eq for UA_SecureChannelState
impl StructuralPartialEq for UA_SecureChannelState
Auto Trait Implementations§
impl Freeze for UA_SecureChannelState
impl RefUnwindSafe for UA_SecureChannelState
impl Send for UA_SecureChannelState
impl Sync for UA_SecureChannelState
impl Unpin for UA_SecureChannelState
impl UnwindSafe for UA_SecureChannelState
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)