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