#[repr(transparent)]pub struct UA_ServerState(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_ServerState
impl UA_ServerState
pub const UA_SERVERSTATE_RUNNING: UA_ServerState
Source§impl UA_ServerState
impl UA_ServerState
pub const UA_SERVERSTATE_FAILED: UA_ServerState
Source§impl UA_ServerState
impl UA_ServerState
pub const UA_SERVERSTATE_SUSPENDED: UA_ServerState
Source§impl UA_ServerState
impl UA_ServerState
pub const UA_SERVERSTATE_SHUTDOWN: UA_ServerState
Source§impl UA_ServerState
impl UA_ServerState
pub const UA_SERVERSTATE_TEST: UA_ServerState
Source§impl UA_ServerState
impl UA_ServerState
pub const UA_SERVERSTATE_UNKNOWN: UA_ServerState
Source§impl UA_ServerState
impl UA_ServerState
pub const __UA_SERVERSTATE_FORCE32BIT: UA_ServerState
Trait Implementations§
Source§impl Clone for UA_ServerState
impl Clone for UA_ServerState
Source§fn clone(&self) -> UA_ServerState
fn clone(&self) -> UA_ServerState
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_ServerState
impl Debug for UA_ServerState
Source§impl Hash for UA_ServerState
impl Hash for UA_ServerState
Source§impl PartialEq for UA_ServerState
impl PartialEq for UA_ServerState
impl Eq for UA_ServerState
impl StructuralPartialEq for UA_ServerState
Auto Trait Implementations§
impl Freeze for UA_ServerState
impl RefUnwindSafe for UA_ServerState
impl Send for UA_ServerState
impl Sync for UA_ServerState
impl Unpin for UA_ServerState
impl UnwindSafe for UA_ServerState
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