#[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_CREATED: 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
impl Eq for UA_SessionState
impl StructuralPartialEq for UA_SessionState
Auto Trait Implementations§
impl Freeze for UA_SessionState
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