#[repr(C)]pub struct UA_ServiceCounterDataType {
pub totalCount: UA_UInt32,
pub errorCount: UA_UInt32,
}Fields§
§totalCount: UA_UInt32§errorCount: UA_UInt32Trait Implementations§
Source§impl Debug for UA_ServiceCounterDataType
impl Debug for UA_ServiceCounterDataType
Source§impl Default for UA_ServiceCounterDataType
impl Default for UA_ServiceCounterDataType
Source§fn default() -> UA_ServiceCounterDataType
fn default() -> UA_ServiceCounterDataType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UA_ServiceCounterDataType
impl RefUnwindSafe for UA_ServiceCounterDataType
impl Send for UA_ServiceCounterDataType
impl Sync for UA_ServiceCounterDataType
impl Unpin for UA_ServiceCounterDataType
impl UnwindSafe for UA_ServiceCounterDataType
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