#[repr(C)]pub struct UA_ReadValueId {
pub nodeId: UA_NodeId,
pub attributeId: UA_UInt32,
pub indexRange: UA_String,
pub dataEncoding: UA_QualifiedName,
}Fields§
§nodeId: UA_NodeId§attributeId: UA_UInt32§indexRange: UA_String§dataEncoding: UA_QualifiedNameTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_ReadValueId
impl RefUnwindSafe for UA_ReadValueId
impl !Send for UA_ReadValueId
impl !Sync for UA_ReadValueId
impl Unpin for UA_ReadValueId
impl UnwindSafe for UA_ReadValueId
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