#[repr(transparent)]pub struct UA_PubSubDiagnosticsCounterClassification(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_PubSubDiagnosticsCounterClassification
impl UA_PubSubDiagnosticsCounterClassification
pub const UA_PUBSUBDIAGNOSTICSCOUNTERCLASSIFICATION_INFORMATION: UA_PubSubDiagnosticsCounterClassification
pub const UA_PUBSUBDIAGNOSTICSCOUNTERCLASSIFICATION_ERROR: UA_PubSubDiagnosticsCounterClassification
pub const __UA_PUBSUBDIAGNOSTICSCOUNTERCLASSIFICATION_FORCE32BIT: UA_PubSubDiagnosticsCounterClassification
Trait Implementations§
Source§impl Clone for UA_PubSubDiagnosticsCounterClassification
impl Clone for UA_PubSubDiagnosticsCounterClassification
Source§fn clone(&self) -> UA_PubSubDiagnosticsCounterClassification
fn clone(&self) -> UA_PubSubDiagnosticsCounterClassification
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 PartialEq for UA_PubSubDiagnosticsCounterClassification
impl PartialEq for UA_PubSubDiagnosticsCounterClassification
Source§fn eq(&self, other: &UA_PubSubDiagnosticsCounterClassification) -> bool
fn eq(&self, other: &UA_PubSubDiagnosticsCounterClassification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UA_PubSubDiagnosticsCounterClassification
impl StructuralPartialEq for UA_PubSubDiagnosticsCounterClassification
Auto Trait Implementations§
impl Freeze for UA_PubSubDiagnosticsCounterClassification
impl RefUnwindSafe for UA_PubSubDiagnosticsCounterClassification
impl Send for UA_PubSubDiagnosticsCounterClassification
impl Sync for UA_PubSubDiagnosticsCounterClassification
impl Unpin for UA_PubSubDiagnosticsCounterClassification
impl UnwindSafe for UA_PubSubDiagnosticsCounterClassification
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