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