#[repr(transparent)]pub struct UA_DataSetFieldType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
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
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