#[repr(transparent)]pub struct UA_PubSubComponentType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_PubSubComponentType
impl UA_PubSubComponentType
pub const UA_PUBSUBCOMPONENT_CONNECTION: UA_PubSubComponentType
pub const UA_PUBSUBCOMPONENT_WRITERGROUP: UA_PubSubComponentType
pub const UA_PUBSUBCOMPONENT_DATASETWRITER: UA_PubSubComponentType
pub const UA_PUBSUBCOMPONENT_READERGROUP: UA_PubSubComponentType
pub const UA_PUBSUBCOMPONENT_DATASETREADER: UA_PubSubComponentType
pub const UA_PUBSUBCOMPONENT_PUBLISHEDDATASET: UA_PubSubComponentType
pub const UA_PUBSUBCOMPONENT_SUBSCRIBEDDDATASET: UA_PubSubComponentType
Trait Implementations§
Source§impl Clone for UA_PubSubComponentType
impl Clone for UA_PubSubComponentType
Source§fn clone(&self) -> UA_PubSubComponentType
fn clone(&self) -> UA_PubSubComponentType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_PubSubComponentType
impl Debug for UA_PubSubComponentType
impl Eq for UA_PubSubComponentType
Source§impl Hash for UA_PubSubComponentType
impl Hash for UA_PubSubComponentType
Source§impl PartialEq for UA_PubSubComponentType
impl PartialEq for UA_PubSubComponentType
impl StructuralPartialEq for UA_PubSubComponentType
Auto Trait Implementations§
impl Freeze for UA_PubSubComponentType
impl RefUnwindSafe for UA_PubSubComponentType
impl Send for UA_PubSubComponentType
impl Sync for UA_PubSubComponentType
impl Unpin for UA_PubSubComponentType
impl UnsafeUnpin for UA_PubSubComponentType
impl UnwindSafe for UA_PubSubComponentType
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