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