#[repr(transparent)]pub struct UA_PubSubState(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_PubSubState
impl UA_PubSubState
pub const UA_PUBSUBSTATE_DISABLED: UA_PubSubState
pub const UA_PUBSUBSTATE_PAUSED: UA_PubSubState
pub const UA_PUBSUBSTATE_OPERATIONAL: UA_PubSubState
pub const UA_PUBSUBSTATE_ERROR: UA_PubSubState
pub const UA_PUBSUBSTATE_PREOPERATIONAL: UA_PubSubState
pub const __UA_PUBSUBSTATE_FORCE32BIT: UA_PubSubState
Trait Implementations§
Source§impl Clone for UA_PubSubState
impl Clone for UA_PubSubState
Source§fn clone(&self) -> UA_PubSubState
fn clone(&self) -> UA_PubSubState
Returns a duplicate 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_PubSubState
impl Debug for UA_PubSubState
Source§impl Hash for UA_PubSubState
impl Hash for UA_PubSubState
Source§impl PartialEq for UA_PubSubState
impl PartialEq for UA_PubSubState
impl Eq for UA_PubSubState
impl StructuralPartialEq for UA_PubSubState
Auto Trait Implementations§
impl Freeze for UA_PubSubState
impl RefUnwindSafe for UA_PubSubState
impl Send for UA_PubSubState
impl Sync for UA_PubSubState
impl Unpin for UA_PubSubState
impl UnwindSafe for UA_PubSubState
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