Struct open62541_sys::UA_DataSetFieldType
source · #[repr(transparent)]pub struct UA_DataSetFieldType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl UA_DataSetFieldType
impl UA_DataSetFieldType
pub const UA_PUBSUB_DATASETFIELD_VARIABLE: UA_DataSetFieldType = _
source§impl UA_DataSetFieldType
impl UA_DataSetFieldType
pub const UA_PUBSUB_DATASETFIELD_EVENT: UA_DataSetFieldType = _
Trait Implementations§
source§impl Clone for UA_DataSetFieldType
impl Clone for UA_DataSetFieldType
source§fn clone(&self) -> UA_DataSetFieldType
fn clone(&self) -> UA_DataSetFieldType
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_DataSetFieldType
impl Debug for UA_DataSetFieldType
source§impl Hash for UA_DataSetFieldType
impl Hash for UA_DataSetFieldType
source§impl PartialEq for UA_DataSetFieldType
impl PartialEq for UA_DataSetFieldType
source§fn eq(&self, other: &UA_DataSetFieldType) -> bool
fn eq(&self, other: &UA_DataSetFieldType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for UA_DataSetFieldType
impl StructuralPartialEq for UA_DataSetFieldType
Auto Trait Implementations§
impl Freeze for UA_DataSetFieldType
impl RefUnwindSafe for UA_DataSetFieldType
impl Send for UA_DataSetFieldType
impl Sync for UA_DataSetFieldType
impl Unpin for UA_DataSetFieldType
impl UnwindSafe for UA_DataSetFieldType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)