#[repr(transparent)]pub struct UA_PublishedDataSetType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_PublishedDataSetType
impl UA_PublishedDataSetType
pub const UA_PUBSUB_DATASET_PUBLISHEDITEMS: UA_PublishedDataSetType
pub const UA_PUBSUB_DATASET_PUBLISHEDEVENTS: UA_PublishedDataSetType
pub const UA_PUBSUB_DATASET_PUBLISHEDITEMS_TEMPLATE: UA_PublishedDataSetType
pub const UA_PUBSUB_DATASET_PUBLISHEDEVENTS_TEMPLATE: UA_PublishedDataSetType
Trait Implementations§
Source§impl Clone for UA_PublishedDataSetType
impl Clone for UA_PublishedDataSetType
Source§fn clone(&self) -> UA_PublishedDataSetType
fn clone(&self) -> UA_PublishedDataSetType
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_PublishedDataSetType
impl Debug for UA_PublishedDataSetType
Source§impl Hash for UA_PublishedDataSetType
impl Hash for UA_PublishedDataSetType
Source§impl PartialEq for UA_PublishedDataSetType
impl PartialEq for UA_PublishedDataSetType
impl Eq for UA_PublishedDataSetType
impl StructuralPartialEq for UA_PublishedDataSetType
Auto Trait Implementations§
impl Freeze for UA_PublishedDataSetType
impl RefUnwindSafe for UA_PublishedDataSetType
impl Send for UA_PublishedDataSetType
impl Sync for UA_PublishedDataSetType
impl Unpin for UA_PublishedDataSetType
impl UnwindSafe for UA_PublishedDataSetType
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