Struct open62541_sys::UA_ConnectionState
source · #[repr(transparent)]pub struct UA_ConnectionState(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl UA_ConnectionState
impl UA_ConnectionState
pub const UA_CONNECTIONSTATE_CLOSED: UA_ConnectionState = _
source§impl UA_ConnectionState
impl UA_ConnectionState
pub const UA_CONNECTIONSTATE_OPENING: UA_ConnectionState = _
source§impl UA_ConnectionState
impl UA_ConnectionState
pub const UA_CONNECTIONSTATE_ESTABLISHED: UA_ConnectionState = _
Trait Implementations§
source§impl Clone for UA_ConnectionState
impl Clone for UA_ConnectionState
source§fn clone(&self) -> UA_ConnectionState
fn clone(&self) -> UA_ConnectionState
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_ConnectionState
impl Debug for UA_ConnectionState
source§impl Hash for UA_ConnectionState
impl Hash for UA_ConnectionState
source§impl PartialEq for UA_ConnectionState
impl PartialEq for UA_ConnectionState
source§fn eq(&self, other: &UA_ConnectionState) -> bool
fn eq(&self, other: &UA_ConnectionState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for UA_ConnectionState
impl StructuralEq for UA_ConnectionState
impl StructuralPartialEq for UA_ConnectionState
Auto Trait Implementations§
impl RefUnwindSafe for UA_ConnectionState
impl Send for UA_ConnectionState
impl Sync for UA_ConnectionState
impl Unpin for UA_ConnectionState
impl UnwindSafe for UA_ConnectionState
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