Struct open62541_sys::UA_MonitoringMode
source · #[repr(transparent)]pub struct UA_MonitoringMode(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl UA_MonitoringMode
impl UA_MonitoringMode
pub const UA_MONITORINGMODE_DISABLED: UA_MonitoringMode = _
source§impl UA_MonitoringMode
impl UA_MonitoringMode
pub const UA_MONITORINGMODE_SAMPLING: UA_MonitoringMode = _
source§impl UA_MonitoringMode
impl UA_MonitoringMode
pub const UA_MONITORINGMODE_REPORTING: UA_MonitoringMode = _
source§impl UA_MonitoringMode
impl UA_MonitoringMode
pub const __UA_MONITORINGMODE_FORCE32BIT: UA_MonitoringMode = _
Trait Implementations§
source§impl Clone for UA_MonitoringMode
impl Clone for UA_MonitoringMode
source§fn clone(&self) -> UA_MonitoringMode
fn clone(&self) -> UA_MonitoringMode
Returns a copy 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_MonitoringMode
impl Debug for UA_MonitoringMode
source§impl Hash for UA_MonitoringMode
impl Hash for UA_MonitoringMode
source§impl PartialEq for UA_MonitoringMode
impl PartialEq for UA_MonitoringMode
source§fn eq(&self, other: &UA_MonitoringMode) -> bool
fn eq(&self, other: &UA_MonitoringMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for UA_MonitoringMode
impl StructuralPartialEq for UA_MonitoringMode
Auto Trait Implementations§
impl RefUnwindSafe for UA_MonitoringMode
impl Send for UA_MonitoringMode
impl Sync for UA_MonitoringMode
impl Unpin for UA_MonitoringMode
impl UnwindSafe for UA_MonitoringMode
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