#[repr(transparent)]pub struct UA_PubSubComponentEnumType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_PubSubComponentEnumType
impl UA_PubSubComponentEnumType
pub const UA_PUBSUB_COMPONENT_CONNECTION: UA_PubSubComponentEnumType
pub const UA_PUBSUB_COMPONENT_WRITERGROUP: UA_PubSubComponentEnumType
pub const UA_PUBSUB_COMPONENT_DATASETWRITER: UA_PubSubComponentEnumType
pub const UA_PUBSUB_COMPONENT_READERGROUP: UA_PubSubComponentEnumType
pub const UA_PUBSUB_COMPONENT_DATASETREADER: UA_PubSubComponentEnumType
Trait Implementations§
Source§impl Clone for UA_PubSubComponentEnumType
impl Clone for UA_PubSubComponentEnumType
Source§fn clone(&self) -> UA_PubSubComponentEnumType
fn clone(&self) -> UA_PubSubComponentEnumType
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_PubSubComponentEnumType
impl Debug for UA_PubSubComponentEnumType
Source§impl Hash for UA_PubSubComponentEnumType
impl Hash for UA_PubSubComponentEnumType
impl Eq for UA_PubSubComponentEnumType
impl StructuralPartialEq for UA_PubSubComponentEnumType
Auto Trait Implementations§
impl Freeze for UA_PubSubComponentEnumType
impl RefUnwindSafe for UA_PubSubComponentEnumType
impl Send for UA_PubSubComponentEnumType
impl Sync for UA_PubSubComponentEnumType
impl Unpin for UA_PubSubComponentEnumType
impl UnwindSafe for UA_PubSubComponentEnumType
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