#[repr(transparent)]pub struct UA_NodeIdType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_NodeIdType
impl UA_NodeIdType
pub const UA_NODEIDTYPE_NUMERIC: UA_NodeIdType
pub const UA_NODEIDTYPE_STRING: UA_NodeIdType
pub const UA_NODEIDTYPE_GUID: UA_NodeIdType
pub const UA_NODEIDTYPE_BYTESTRING: UA_NodeIdType
Trait Implementations§
Source§impl Clone for UA_NodeIdType
impl Clone for UA_NodeIdType
Source§fn clone(&self) -> UA_NodeIdType
fn clone(&self) -> UA_NodeIdType
Returns a duplicate 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_NodeIdType
impl Debug for UA_NodeIdType
Source§impl Hash for UA_NodeIdType
impl Hash for UA_NodeIdType
Source§impl PartialEq for UA_NodeIdType
impl PartialEq for UA_NodeIdType
impl Eq for UA_NodeIdType
impl StructuralPartialEq for UA_NodeIdType
Auto Trait Implementations§
impl Freeze for UA_NodeIdType
impl RefUnwindSafe for UA_NodeIdType
impl Send for UA_NodeIdType
impl Sync for UA_NodeIdType
impl Unpin for UA_NodeIdType
impl UnwindSafe for UA_NodeIdType
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