#[repr(C)]pub struct UA_QueryDataSet {
pub nodeId: UA_ExpandedNodeId,
pub typeDefinitionNode: UA_ExpandedNodeId,
pub valuesSize: usize,
pub values: *mut UA_Variant,
}Fields§
§nodeId: UA_ExpandedNodeId§typeDefinitionNode: UA_ExpandedNodeId§valuesSize: usize§values: *mut UA_VariantTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_QueryDataSet
impl RefUnwindSafe for UA_QueryDataSet
impl !Send for UA_QueryDataSet
impl !Sync for UA_QueryDataSet
impl Unpin for UA_QueryDataSet
impl UnwindSafe for UA_QueryDataSet
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