#[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
impl Eq for UA_ValueBackendType
impl StructuralPartialEq for UA_ValueBackendType
Auto Trait Implementations§
impl Freeze for UA_ValueBackendType
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