#[repr(transparent)]pub struct UA_AttributeId(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_AttributeId
impl UA_AttributeId
pub const UA_ATTRIBUTEID_NODEID: UA_AttributeId
pub const UA_ATTRIBUTEID_NODECLASS: UA_AttributeId
pub const UA_ATTRIBUTEID_BROWSENAME: UA_AttributeId
pub const UA_ATTRIBUTEID_DISPLAYNAME: UA_AttributeId
pub const UA_ATTRIBUTEID_DESCRIPTION: UA_AttributeId
pub const UA_ATTRIBUTEID_WRITEMASK: UA_AttributeId
pub const UA_ATTRIBUTEID_USERWRITEMASK: UA_AttributeId
pub const UA_ATTRIBUTEID_ISABSTRACT: UA_AttributeId
pub const UA_ATTRIBUTEID_SYMMETRIC: UA_AttributeId
pub const UA_ATTRIBUTEID_INVERSENAME: UA_AttributeId
pub const UA_ATTRIBUTEID_CONTAINSNOLOOPS: UA_AttributeId
pub const UA_ATTRIBUTEID_EVENTNOTIFIER: UA_AttributeId
pub const UA_ATTRIBUTEID_VALUE: UA_AttributeId
pub const UA_ATTRIBUTEID_DATATYPE: UA_AttributeId
pub const UA_ATTRIBUTEID_VALUERANK: UA_AttributeId
pub const UA_ATTRIBUTEID_ARRAYDIMENSIONS: UA_AttributeId
pub const UA_ATTRIBUTEID_ACCESSLEVEL: UA_AttributeId
pub const UA_ATTRIBUTEID_USERACCESSLEVEL: UA_AttributeId
pub const UA_ATTRIBUTEID_MINIMUMSAMPLINGINTERVAL: UA_AttributeId
pub const UA_ATTRIBUTEID_HISTORIZING: UA_AttributeId
pub const UA_ATTRIBUTEID_EXECUTABLE: UA_AttributeId
pub const UA_ATTRIBUTEID_USEREXECUTABLE: UA_AttributeId
pub const UA_ATTRIBUTEID_DATATYPEDEFINITION: UA_AttributeId
pub const UA_ATTRIBUTEID_ROLEPERMISSIONS: UA_AttributeId
pub const UA_ATTRIBUTEID_USERROLEPERMISSIONS: UA_AttributeId
pub const UA_ATTRIBUTEID_ACCESSRESTRICTIONS: UA_AttributeId
pub const UA_ATTRIBUTEID_ACCESSLEVELEX: UA_AttributeId
Trait Implementations§
Source§impl Clone for UA_AttributeId
impl Clone for UA_AttributeId
Source§fn clone(&self) -> UA_AttributeId
fn clone(&self) -> UA_AttributeId
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_AttributeId
impl Debug for UA_AttributeId
Source§impl Hash for UA_AttributeId
impl Hash for UA_AttributeId
Source§impl PartialEq for UA_AttributeId
impl PartialEq for UA_AttributeId
impl Eq for UA_AttributeId
impl StructuralPartialEq for UA_AttributeId
Auto Trait Implementations§
impl Freeze for UA_AttributeId
impl RefUnwindSafe for UA_AttributeId
impl Send for UA_AttributeId
impl Sync for UA_AttributeId
impl Unpin for UA_AttributeId
impl UnwindSafe for UA_AttributeId
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