Struct open62541_sys::UA_QueryDataDescription
source · #[repr(C)]pub struct UA_QueryDataDescription {
pub relativePath: UA_RelativePath,
pub attributeId: UA_UInt32,
pub indexRange: UA_String,
}Fields§
§relativePath: UA_RelativePath§attributeId: UA_UInt32§indexRange: UA_StringTrait Implementations§
source§impl Debug for UA_QueryDataDescription
impl Debug for UA_QueryDataDescription
Auto Trait Implementations§
impl Freeze for UA_QueryDataDescription
impl RefUnwindSafe for UA_QueryDataDescription
impl !Send for UA_QueryDataDescription
impl !Sync for UA_QueryDataDescription
impl Unpin for UA_QueryDataDescription
impl UnwindSafe for UA_QueryDataDescription
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