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