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